Details
-
Bug
-
Status: Open
-
Normal
-
Resolution: Unresolved
-
None
-
None
-
Flagged
-
Orion
-
BrXM Backlog
Description
On each save, one of the configured mixin classes classes is removed:
if (channelInfoMixinClasses.length > 1) { final List<String> mixinTypeNameList = Arrays.stream(channelInfoMixinClasses, 1, channelInfoMixinClasses.length) .map(clazz -> clazz.getName()).collect(Collectors.toList()); channelNode.setProperty(HstNodeTypes.CHANNEL_PROPERTY_CHANNELINFO_MIXINS, mixinTypeNameList.toArray(new String[mixinTypeNameList.size()])); }
Attachments
Issue Links
- relates to
-
CMS-12810 Mixin Channel Info classes does not result in 'editable channel settings'
- Closed