From b30b2f56837207e9267cf6d54c0af39c3e76f8e8 Mon Sep 17 00:00:00 2001 From: Sunil Mohan Adapa Date: Sun, 23 Mar 2014 19:49:59 +0530 Subject: [PATCH] Fix PageKite module load order so loads after /router/setup --- modules/installed/router/pagekite.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/modules/installed/router/pagekite.py b/modules/installed/router/pagekite.py index 5ef96077f..72b629e53 100644 --- a/modules/installed/router/pagekite.py +++ b/modules/installed/router/pagekite.py @@ -33,6 +33,7 @@ import util class PageKite(PagePlugin): """PageKite menu entry and introduction page""" + order = 60 def __init__(self, *args, **kwargs): PagePlugin.__init__(self, *args, **kwargs) @@ -93,6 +94,8 @@ PageKite

'''.format(server_dir=cfg.server_dir)) class configure(FormPlugin, PagePlugin): # pylint: disable-msg=C0103 """Main configuration form""" + order = 65 + url = ["/router/setup/pagekite/configure"] js = """