cubicweb/web/views/uicfg.py
changeset 11767 432f87a63057
parent 11335 507ff9e71269
child 11853 c71339453c1e
equal deleted inserted replaced
11766:d8de1ac21f36 11767:432f87a63057
    51 
    51 
    52    # Adds all subjects of the entry_of relation in the add menu of the ``Blog``
    52    # Adds all subjects of the entry_of relation in the add menu of the ``Blog``
    53    # primary view
    53    # primary view
    54    uicfg.actionbox_appearsin_addmenu.tag_object_of(('*', 'entry_of', 'Blog'), True)
    54    uicfg.actionbox_appearsin_addmenu.tag_object_of(('*', 'entry_of', 'Blog'), True)
    55 """
    55 """
    56 __docformat__ = "restructuredtext en"
    56 
    57 
    57 
    58 from warnings import warn
    58 from warnings import warn
    59 
    59 
    60 from six import string_types
    60 from six import string_types
    61 
    61