author | sylvain.thenault@logilab.fr |
Fri, 20 Feb 2009 01:48:38 +0100 | |
branch | tls-sprint |
changeset 883 | 44f1aba675de |
parent 882 | 75488a2a875e |
child 884 | 969c16600fb3 |
web/component.py | file | annotate | diff | comparison | revisions |
--- a/web/component.py Fri Feb 20 01:48:06 2009 +0100 +++ b/web/component.py Fri Feb 20 01:48:38 2009 +0100 @@ -142,7 +142,7 @@ class RelatedObjectsVComponent(EntityVComponent): """a section to display some related entities""" - __select__ = partial_relation_possible() & partial_has_related_entities() + __select__ = EntityVComponent.__select__ & partial_has_related_entities() vid = 'list'