X-Git-Url: https://git.llucax.com/z.facultad/75.52/sercom.git/blobdiff_plain/a0674923171dc6dc48da9b5259b3a71f18e92f8b..437ca1214998a0feea049830ca5356ce1cec844a:/sercom/menu.py diff --git a/sercom/menu.py b/sercom/menu.py index bc9fbee..1d90c89 100644 --- a/sercom/menu.py +++ b/sercom/menu.py @@ -14,17 +14,18 @@ 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): option = u"""" """ template = """
+ Ir a : + + """ s = option % ('', '-----') for i in self.items: