branch | tls-sprint |
changeset 883 | 44f1aba675de |
parent 880 | d46cf89ead07 |
child 1132 | 96752791c2b6 |
--- 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'