This lead to the following generated code
Ext.create("", ...);
because a menu declared like this
<control>
<menu-items>
<item ref="org.ametys.runtime.userinterface.ConsoleLogControl" primaryItem="true"/>
<item ref="org.ametys.runtime.userinterface.ConsoleLogControl.toDebug"/>
...
will have not classname, no label...
This lead to the following generated code
Ext.create("", ...);
because a menu declared like this
will have not classname, no label...