|
|
|
@ -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
|
|
|
|
|