web/views/boxes.py
changeset 8455 b5b263f1ad67
parent 8190 2a3c1b787688
child 8567 1ac70b1bf00e
equal deleted inserted replaced
8454:113184eb4e06 8455:b5b263f1ad67
    52     """
    52     """
    53     box with all actions impacting the entity displayed: edit, copy, delete
    53     box with all actions impacting the entity displayed: edit, copy, delete
    54     change state, add related entities...
    54     change state, add related entities...
    55     """
    55     """
    56     __regid__ = 'edit_box'
    56     __regid__ = 'edit_box'
    57     __select__ = component.CtxComponent.__select__ & non_final_entity()
       
    58 
    57 
    59     title = _('actions')
    58     title = _('actions')
    60     order = 2
    59     order = 2
    61     contextual = True
    60     contextual = True
    62 
    61