jmix icon indicating copy to clipboard operation
jmix copied to clipboard

Support classFqn for @StudioElementsGroup

Open ilushaaa opened this issue 4 months ago • 1 comments

<component>
  <elementGroup1>
    <elementGroup2>
      <element/>
      <element/>
    </elementGroup2>
  </elementGroup1>
</component>

For this descriptor structure <elementGroup2> cannot be appended to <elementGroup1> because <elementGroup1> doesn't have a classFqn and there is nothing to specify in the <elementGroup2> target . As a result it is impossible to add <element> at once in the Inspector without manually adding <elementGroup1>.

ilushaaa avatar Oct 15 '24 10:10 ilushaaa