web/action.py
changeset 2799 b703639614e7
parent 2698 a6ef9bec755e
child 2819 b864288fd316
equal deleted inserted replaced
2798:9c650701cb17 2799:b703639614e7
    20     request search state.
    20     request search state.
    21     """
    21     """
    22     __registry__ = 'actions'
    22     __registry__ = 'actions'
    23     __select__ = match_search_state('normal')
    23     __select__ = match_search_state('normal')
    24 
    24 
    25     property_defs = {
    25     cw_property_defs = {
    26         'visible':  dict(type='Boolean', default=True,
    26         'visible':  dict(type='Boolean', default=True,
    27                          help=_('display the action or not')),
    27                          help=_('display the action or not')),
    28         'order':    dict(type='Int', default=99,
    28         'order':    dict(type='Int', default=99,
    29                          help=_('display order of the action')),
    29                          help=_('display order of the action')),
    30         'category': dict(type='String', default='moreactions',
    30         'category': dict(type='String', default='moreactions',