From adbc88cd4f8e316993fd9aacd2f860f529b48bbd Mon Sep 17 00:00:00 2001 From: Steve Nyemba Date: Thu, 5 Jun 2025 12:54:23 -0500 Subject: [PATCH] bug fix: order in menu --- cms/sites/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cms/sites/__init__.py b/cms/sites/__init__.py index d0d8ca2..560f83c 100644 --- a/cms/sites/__init__.py +++ b/cms/sites/__init__.py @@ -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