diff -r c51ca5f49a78 -r b2160df84f2f web/views/basecomponents.py --- a/web/views/basecomponents.py Tue Apr 28 17:39:12 2009 +0200 +++ b/web/views/basecomponents.py Tue Apr 28 17:41:28 2009 +0200 @@ -154,7 +154,6 @@ class SeeAlsoVComponent(RelatedObjectsVComponent): """display any entity's see also""" id = 'seealso' - property_defs = VISIBLE_PROP_DEF context = 'navcontentbottom' rtype = 'see_also' target = 'object'