X-Git-Url: https://git.llucax.com/z.facultad/75.52/sercom.git/blobdiff_plain/a0674923171dc6dc48da9b5259b3a71f18e92f8b..3b201d8abd796a2d6c910b4b7b72c5e341f9d456:/sercom/menu.py?ds=sidebyside diff --git a/sercom/menu.py b/sercom/menu.py index bc9fbee..beb4f57 100644 --- a/sercom/menu.py +++ b/sercom/menu.py @@ -14,6 +14,7 @@ class Menu: def _check(self, c): if hasattr(c, 'hide_to_admin') and 'admin' in identity.current.permissions: return False + if hasattr(c, 'hide_to_entregar') and 'admin' not in identity.current.permissions: return False return c.require.eval_with_object(identity.current) def __repr__(self):