Details
-
Type:
Improvement
-
Status:
Open
-
Priority:
Major
-
Resolution: Unresolved
-
Affects Version/s: Release 1.5.1
-
Fix Version/s: None
-
Component/s: Validation
-
Labels:None
Description
In LocalizableMessage only a full key will resolve to a bundle resource whereas LocalizableError also appends the action path / FQN and searches for resources this way.
I can see why this is the case as LocalizableError is filled in with extra details. It is however a little counter intuitive.
Can the same bundle lookup rules be applied to LocalizableMessage?