bug fix: order in menu

v2.2
Steve Nyemba 3 weeks ago
parent 1ef2e177e4
commit adbc88cd4f

@ -233,7 +233,7 @@ class Initialization (IOConfig):
if _missing :
for _name in _missing :
_menu[_name] = _menu[_name]
self.set('layout.menu',_menu)
self.set('layout.menu',_menu)
def routes (self,**_args):
"""
This method will update menu with dependent sites/apps and add them to the menu

Loading…
Cancel
Save