X-Git-Url: https://git.llucax.com/z.facultad/75.52/sercom.git/blobdiff_plain/3c7aa71976a413b3497876a9dd0d5f4f9a33f180..fd364f544beef747629625ccbd667ea0524aa6c2:/sercom/menu.py?ds=sidebyside 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):