Details
-
Improvement
-
Resolution: Fixed
-
Neutral
-
None
-
None
-
None
Description
The fallback can be now used like this:
@I18nText(fallback = "")
default String getButtonSelectAddLabel() {
return null;
}
It could be much more powerful if we allow this
@I18nText(fallback = "buttons.add")
default String getButtonSelectAddLabel() {
return null;
}
Checklists
Acceptance criteria
Attachments
Issue Links
- is depended upon by
-
MGNLUI-6101 New Multivalue field: missing properties
-
- Closed
-
- relates to
-
MAGNOLIA-7778 Implement @I18nText fallback parameter
-
- Closed
-