mirror of
				https://github.com/paperless-ngx/paperless-ngx.git
				synced 2025-10-28 03:46:06 -05:00 
			
		
		
		
	Fix: fix single select in filterable dropdowns when editing (#9834)
This commit is contained in:
		| @@ -586,6 +586,8 @@ export class FilterableDropdownComponent | ||||
|         this.selectionModel.reset() | ||||
|         this.modelIsDirty = false | ||||
|       } | ||||
|       this.selectionModel.singleSelect = | ||||
|         this.editing && !this.selectionModel.manyToOne | ||||
|       this.opened.next(this) | ||||
|     } else { | ||||
|       if (this.creating) { | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 shamoon
					shamoon