Forum

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.

Menu updates
 
Notifications
Clear all

Menu updates

3 Posts
2 Users
0 Reactions
3,604 Views
 Dan
(@caccia)
Posts: 340
Contributor
Topic starter
 
[#1698]

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: )


 
Posted : 19 Mar 2014 22H02
(@babynus)
Posts: 14952
Member Admin
 

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.


 
Posted : 19 Mar 2014 22H47
 Dan
(@caccia)
Posts: 340
Contributor
Topic starter
 

This was indeed caused by my additional menus having a wrong sortOrder - thanks for the help !


 
Posted : 21 Mar 2014 12H39
Share:

Scroll to Top