User Tools


Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
en:adminmanual:menueditor [2019/11/05 12:11]
joebordes
en:adminmanual:menueditor [2019/11/05 12:12] (current)
joebordes
Line 13: Line 13:
   * debug mode will show menu entry order. It can be activated by adding this to the URL: **&​menudebug=1**   * debug mode will show menu entry order. It can be activated by adding this to the URL: **&​menudebug=1**
   * reorder menu action: **action=Save&​module=evvtMenu&​evvtmenudo=fixOrder** will set the an incremental consecutive numbering to all menu entries   * reorder menu action: **action=Save&​module=evvtMenu&​evvtmenudo=fixOrder** will set the an incremental consecutive numbering to all menu entries
-  * Sometimes the left menu tree doesn'​t load. There is a message that says loading but nothing happens and there is a javascript error in the console. This is a known error that happens rarely but, from time to time, someone runs into this error which is due to some menu entry not having a parent menu. We have not been able to reproduce the error, we just know that, somehow, it is possible to create or move an entry and leave it orphaned, so we have created a utility function to set all orphaned entries to the top level so you can enter and organize as required. If you have this issue execute the next URL: +  * Sometimes the left menu tree doesn'​t load. There is a message that says loading but nothing happens and there is a javascript error in the console. This is a known error that happens rarely but, from time to time, someone runs into this error which is due to some menu entry not having a parent menu. We have not been able to reproduce the error, we just know that, somehow, it is possible to create or move an entry and leave it orphaned, so we have created a utility function to set all orphaned entries to the top level so you can enter and organize as required. If you have this issue execute the next URL: <​code>​http://​your_server/​your_corebos/​index.php?​action=Save&​module=evvtMenu&​evvtmenudo=fixOrphaned</​code>​
- +
-<​code>​http://​your_server/​your_corebos/​index.php?​action=Save&​module=evvtMenu&​evvtmenudo=fixOrphaned</​code>​+