mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-12-23 15:06:44 +01:00
Enhancement: use stable unique IDs for custom field select options (#8299)
This commit is contained in:
parent
00485138f9
commit
0fc1860d4c
24 changed files with 494 additions and 101 deletions
|
|
@ -190,7 +190,8 @@
|
|||
@case (CustomFieldDataType.Select) {
|
||||
<pngx-input-select formControlName="value"
|
||||
[title]="getCustomFieldFromInstance(fieldInstance)?.name"
|
||||
[itemsArray]="getCustomFieldFromInstance(fieldInstance)?.extra_data.select_options"
|
||||
[items]="getCustomFieldFromInstance(fieldInstance)?.extra_data.select_options"
|
||||
bindLabel="label"
|
||||
[allowNull]="true"
|
||||
[horizontal]="true"
|
||||
[removable]="userIsOwner"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue