ERP5Workflow: erp5_property_sheets and Transition actbox -> action_box
get workflow-related property sheets back to erp5_property_sheets bt5 rename actbox_* properties to action_box_*
Showing
-
Developer
After checking this, my advise was not good, sorry for this.
- for property sheet Transition, we should have similar definition as we have on erp5/portal_types/Person/ => tab action => action "view". I mean a portal type Transition is similar to an Action Information. So
- portal type Transition should reuse property sheet ActionInformation
- property actbox_category should be replaced with existing property action_type
- property actbox_name should become action_name (this one could be added to ActionInformation)
- property actbox_icon should be replaced by existing property icon
- property actbox_url should be replaced by existing property action
- for property sheet Transition, we should have similar definition as we have on erp5/portal_types/Person/ => tab action => action "view". I mean a portal type Transition is similar to an Action Information. So
Please register or sign in to comment