From: shamoon <4887959+shamoon@users.noreply.github.com> Date: Wed, 13 Nov 2024 06:25:05 +0000 (-0800) Subject: Chore: add note about select options to edit dialog (#8267) X-Git-Tag: v2.14.0~1^2~124 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=22f29b36594ed17687fd57f7ce6fc72be4d24d48;p=thirdparty%2Fpaperless-ngx.git Chore: add note about select options to edit dialog (#8267) --- diff --git a/src-ui/messages.xlf b/src-ui/messages.xlf index 46686d5f6d..b9aa4e03e2 100644 --- a/src-ui/messages.xlf +++ b/src-ui/messages.xlf @@ -548,7 +548,7 @@ src/app/components/common/edit-dialog/custom-field-edit-dialog/custom-field-edit-dialog.component.html - 41 + 44 src/app/components/common/edit-dialog/document-type-edit-dialog/document-type-edit-dialog.component.html @@ -1679,7 +1679,7 @@ src/app/components/common/edit-dialog/custom-field-edit-dialog/custom-field-edit-dialog.component.html - 40 + 43 src/app/components/common/edit-dialog/document-type-edit-dialog/document-type-edit-dialog.component.html @@ -3603,25 +3603,32 @@ 20 + + Warning: existing instances of this field will retain their current value index (e.g. option #1, #2, #3) after editing the options here + + src/app/components/common/edit-dialog/custom-field-edit-dialog/custom-field-edit-dialog.component.html + 31 + + Default Currency src/app/components/common/edit-dialog/custom-field-edit-dialog/custom-field-edit-dialog.component.html - 33 + 36 3-character currency code src/app/components/common/edit-dialog/custom-field-edit-dialog/custom-field-edit-dialog.component.html - 33 + 36 Use locale src/app/components/common/edit-dialog/custom-field-edit-dialog/custom-field-edit-dialog.component.html - 33 + 36 diff --git a/src-ui/src/app/components/common/edit-dialog/custom-field-edit-dialog/custom-field-edit-dialog.component.html b/src-ui/src/app/components/common/edit-dialog/custom-field-edit-dialog/custom-field-edit-dialog.component.html index 953f666598..d48c0788bd 100644 --- a/src-ui/src/app/components/common/edit-dialog/custom-field-edit-dialog/custom-field-edit-dialog.component.html +++ b/src-ui/src/app/components/common/edit-dialog/custom-field-edit-dialog/custom-field-edit-dialog.component.html @@ -27,6 +27,9 @@ } + @if (object?.id) { + Warning: existing instances of this field will retain their current value index (e.g. option #1, #2, #3) after editing the options here + } } @case (CustomFieldDataType.Monetary) {