Details
-
Bug
-
Resolution: Workaround exists
-
Neutral
-
None
-
5.7, 6.0
-
Windows 10
Description
One cannot use info.magnolia.cms.util.OrderedProperties when one wants to write properties to a file (for example when generating custom translation files).
The entire reason for this is that OrderedProperties is missing a Method override, this one to be exact:
@Override public synchronized Enumeration<Object> keys() { return new IteratorEnumeration(keySet().iterator()); // stored properties file will be empty otherwise }
Checklists
Acceptance criteria
Attachments
Issue Links
- relates to
-
MGNLCTS-109 No export of MultiValueFields
-
- Open
-