Details
-
Bug
-
Resolution: Not an issue
-
Major
-
None
-
3.5.4
-
None
Description
If using the control type static in dialogs the value field does not work with messages_templating_custom.properties. The interesting part of the dialog:
- controlType static String
- label someLabel String
- value dialog.data.explanation.value String
The key 'dialog.data.explanation.value' is defined inside the messages_templating_* file. All the other keys defined in it are working fine. But the value of the above defined control type will just display 'dialog.data.explanation.value' instead of the value of that key.
Checklists
Acceptance criteria