mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-12-07 15:25:41 +01:00
Fix: fix single select in filterable dropdowns when editing (#9834)
This commit is contained in:
parent
924a13f724
commit
1b3a91f63f
1 changed files with 2 additions and 0 deletions
|
|
@ -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) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue