X-Git-Url: https://git.llucax.com/software/sercom.git/blobdiff_plain/3c7aa71976a413b3497876a9dd0d5f4f9a33f180..2800382cbf551d1f48b324c71ed3bc116b5d3270:/sercom/menu.py diff --git a/sercom/menu.py b/sercom/menu.py index da714d1..bc9fbee 100644 --- a/sercom/menu.py +++ b/sercom/menu.py @@ -13,6 +13,7 @@ class Menu: self.items = ['dashboard'] + self.items def _check(self, c): + if hasattr(c, 'hide_to_admin') and 'admin' in identity.current.permissions: return False return c.require.eval_with_object(identity.current) def __repr__(self):