web/views/basecomponents.py
branchtls-sprint
changeset 1514 b2160df84f2f
parent 1511 514e4e53a3c7
child 1554 3a3263df6cdd
equal deleted inserted replaced
1512:c51ca5f49a78 1514:b2160df84f2f
   152 
   152 
   153 
   153 
   154 class SeeAlsoVComponent(RelatedObjectsVComponent):
   154 class SeeAlsoVComponent(RelatedObjectsVComponent):
   155     """display any entity's see also"""
   155     """display any entity's see also"""
   156     id = 'seealso'
   156     id = 'seealso'
   157     property_defs = VISIBLE_PROP_DEF
       
   158     context = 'navcontentbottom'
   157     context = 'navcontentbottom'
   159     rtype = 'see_also'
   158     rtype = 'see_also'
   160     target = 'object'
   159     target = 'object'
   161     order = 40
   160     order = 40
   162     # register msg not generated since no entity use see_also in cubicweb itself
   161     # register msg not generated since no entity use see_also in cubicweb itself