- 05 Aug, 2016 33 commits
-
-
iv authored
add workflow method to get transitions list and by id getTransitionValueList getTransitionValueById
-
iv authored
-
iv authored
change and rename method to return a dict create new method to return state object for a given id
-
iv authored
-
iv authored
changes were also applied to DC workflow, which should not be changed
-
iv authored
rename files my_default_expr.xml to my_default_expression.xml rename default_expr to default_expression in xml files and scripts
-
iv authored
-
iv authored
-
iv authored
-
iv authored
-
iv authored
-
iv authored
-
iv authored
ERP5Workflow: add variable to avoid multiple call to function and remove successive 'if/continue' for readability
-
iv authored
-
iv authored
ERP5Workflow: revert more changes (some Property Sheets have been moved to erp5_workflow bt5, they are back to product/ERP5/bootstrap)
-
iv authored
-
iv authored
-
iv authored
-
iv authored
-
iv authored
-
iv authored
-
iv authored
-
iv authored
-
iv authored
-
iv authored
- erp5_test_workflow * add testWorklowMixin test case for inheritance purpose, * move testWorklist ERP5 test to portal_component
-
iv authored
-
iv authored
-
iv authored
author: Wenjie Zheng
-
Xiaohe Cao authored
-
Romain Courteaud authored
-
Romain Courteaud authored
-
Xiaohe Cao authored
-
Rafael Monnerat authored
-
- 04 Aug, 2016 5 commits
-
-
Sebastien Robin authored
-
Sebastien Robin authored
The item of produced resources must not be reused on consumed resources
-
Sebastien Robin authored
-
Sebastien Robin authored
-
Sebastien Robin authored
in some rare cases, proxy was still alive for unknown reasons, thus we had troubles to start a new one. some testnodes were failing randomly because of this
-
- 03 Aug, 2016 1 commit
-
-
Tristan Cavelier authored
-
- 02 Aug, 2016 1 commit
-
-
Ayush Tiwari authored
This change solves the error which one gets while trying to access properties Form for an ERP5 object having one or more of its property of type 'selection' or 'multiple selection'. For example: If you try to access property form for any portal_type objects, you'll get an error : "'select_variable' is not defined". This is because of the absence of the property 'select_variable' for the property of type multiple selection, which in case of portal_type object is 'Property Sheet List'. This is helpful for ERP5 views/forms which displays selection or multiple selection type object.
-