Welcome to ProjeQtOr new Forum. We migrated old forum to the new website.
You will find all your posts here, with your usual account.
Just one point : you’ll have to reinitialize your password. Use “Lost password” feature.
Hi Babynus,
I'm busy with updating to V4.2.1, and foung something strange in the menus (note: I have added specific menus in my database...)
In db/projeqtor_V4.2.0.sql, line 82:
UPDATE `${prefix}menu` SET sortOrder=10 where id=1;
UPDATE `${prefix}menu` SET idMenu=20 where id=16;
UPDATE `${prefix}menu` SET idMenu=30 where id=102;
did you mean perhaps SET sortOrder for each of these ?
I must admit I got lost with the menu IDs - maybe would be more clear by using for example :
... where name = "menuDocumentDirectory"
?
(of course, that's only because we had someone wreak havoc in our menu table... :blush: )
There is a complete reordering (update sortOrder) on V4.2 besause there was no room left in the numbers to insert new menu.
There is also a move of 2 menus, the main one being to move "Controls & automations" on top level.
You can have a look at result on Demo.
Of course, your own menu can have to be updated : consider settting sortOrder so that they get back to good position.
This was indeed caused by my additional menus having a wrong sortOrder - thanks for the help !