diff -r 421fb447ecb2 -r deb13e88e037 goa/appobjects/components.py --- a/goa/appobjects/components.py Thu Oct 15 18:43:04 2009 +0200 +++ b/goa/appobjects/components.py Thu Oct 15 20:29:21 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