equal
deleted
inserted
replaced
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 |