Unable to expand item sets

Enonic version: 7.6.1
CS version: 3.2.3
OS: Linux

Hi!

We have just migrated from 7.2.4 to 7.6.1 and upgraded CS. We have some item sets in site config. After an upgrade it is impossible to expand and edit some of them. It is quite big xml, but here is a part of it, where this issue appears:

<item-set name="itemsetname">
  <label>label</label>
  <items>
    <input name="itemonename" type="TextLine">
      <label>item one</label>
      <occurrences minimum="0" maximum="1"/>
    </input>
    <input name="itemtwoname" type="TextLine">
      <label>item two</label>
      <occurrences minimum="0" maximum="1"/>
    </input>
    <input name="itemthreename" type="TextLine">
      <label>item three</label>
      <occurrences minimum="0" maximum="1"/>
    </input>
  </items>
  <occurrences minimum="1" maximum="1"/>
</item-set>

This is a known bug which we have already fixed. We’re hoping to release CS 3.2.4 next week.

1 Like