From: shamoon <4887959+shamoon@users.noreply.github.com> Date: Mon, 20 Oct 2025 00:43:02 +0000 (-0700) Subject: Fix: remove obsolete warning for custom field value index (#11083) X-Git-Tag: v2.19.0~8 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=bf18eaa5c2230c343e1bf08c3780cdbd281980dd;p=thirdparty%2Fpaperless-ngx.git Fix: remove obsolete warning for custom field value index (#11083) --- 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 ea57e17469..3b4aa887e0 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 @@ -38,9 +38,6 @@ size="sm" > } - @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) {