From 22f29b36594ed17687fd57f7ce6fc72be4d24d48 Mon Sep 17 00:00:00 2001
From: shamoon <4887959+shamoon@users.noreply.github.com>
Date: Tue, 12 Nov 2024 22:25:05 -0800
Subject: [PATCH] Chore: add note about select options to edit dialog (#8267)
---
src-ui/messages.xlf | 17 ++++++++++++-----
.../custom-field-edit-dialog.component.html | 3 +++
2 files changed, 15 insertions(+), 5 deletions(-)
diff --git a/src-ui/messages.xlf b/src-ui/messages.xlf
index 46686d5f6..b9aa4e03e 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 953f66659..d48c0788b 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) {