diff -r 29f74716fd70 -r 5376aaadd16b goa/appobjects/components.py --- a/goa/appobjects/components.py Thu Oct 15 11:20:26 2009 +0200 +++ b/goa/appobjects/components.py Mon Oct 19 15:16:41 2009 +0200 @@ -67,7 +67,7 @@ """ req = self.req for eschema in eschemas: - if eschema.is_final() or not (eschema.has_perm(req, 'read') or + if eschema.final or not (eschema.has_perm(req, 'read') or eschema.has_local_role('read')): continue etype = eschema.type