mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-12-13 18:17:02 +01:00
Fix: bulk edit custom fields should support multiple items (#6589)
This commit is contained in:
parent
c2944402fa
commit
f2b3521e6c
2 changed files with 31 additions and 30 deletions
|
|
@ -84,6 +84,7 @@
|
|||
[items]="customFields"
|
||||
[disabled]="!userCanEditAll"
|
||||
[editing]="true"
|
||||
[manyToOne]="true"
|
||||
[applyOnClose]="applyOnClose"
|
||||
[createRef]="createCustomField.bind(this)"
|
||||
(opened)="openCustomFieldsDropdown()"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue