There are quite a few things that Jmix places in an “Application” menu - the biggest of these is “Users” - that more properly belong under the “Administration” menu. There are also things specific to our application that belong there as well.
The editors do not make this easy. For example dragging something to the Admin menu seems to work but then it just “magically” ends up back outside of it. The Admin menu doesn’t exist in the XML and trying to use insertBefore
or ’nsertAfter
to put things there sometimes/sort of works, but the editor behaves unpredictably. Many times, I will start typing insertBefore
and the editor simply erases it… repeatedly. It flashes up with the quotes ready to put my value in but instantly deletes it.
Is this a Studio bug, or is there another, supported way to add things to the Admin menu?