- 16 Jul, 2015 40 commits
-
-
wenjie.zheng authored
-
wenjie.zheng authored
-
wenjie.zheng authored
-
wenjie.zheng authored
-
wenjie.zheng authored
-
wenjie.zheng authored
-
wenjie.zheng authored
-
wenjie.zheng authored
-
wenjie.zheng authored
-
wenjie.zheng authored
erp5_workflow_test_data: redefine testing_workflow, testing_interaction_workflow; add testing_workflow_workflow, testing_interaction_workflow_interaction which are erp5workflow with suffix.
-
wenjie.zheng authored
erp5_workflow: replace my_ref with my_reference to automatically add suffix to id. Except for scripts, they still use normal id.
-
wenjie.zheng authored
-
wenjie.zheng authored
Workflow.py: modify object getter since the id of object has added suffix; add property Reference and variable _isAWorkflow.
-
wenjie.zheng authored
-
wenjie.zheng authored
-
wenjie.zheng authored
-
wenjie.zheng authored
InteractionWorkflow.py: add property Reference and varable default _reference, add _isAWorkflow for compatibility.
-
wenjie.zheng authored
-
wenjie.zheng authored
-
wenjie.zheng authored
-
wenjie.zheng authored
-
wenjie.zheng authored
-
wenjie.zheng authored
WorkflowState.py: modify workflow getter since workflow_module has been merged with portal_workflow.
-
wenjie.zheng authored
-
wenjie.zheng authored
-
wenjie.zheng authored
-
wenjie.zheng authored
-
wenjie.zheng authored
-
wenjie.zheng authored
-
wenjie.zheng authored
ERP5WorkflowTool.py: chang the inherance parent class order, reload the original dtml, reload the original getWorkflowIds, reload the original all_meta_types.
-
wenjie.zheng authored
-
wenjie.zheng authored
erp5_core: Add erp5_workflow to dependencies and test dependencies since new workflow tool has been deployed.
-
wenjie.zheng authored
-
wenjie.zheng authored
-
wenjie.zheng authored
-
wenjie.zheng authored
-
wenjie.zheng authored
-
wenjie.zheng authored
This is still a work in progress
-
Sebastien Robin authored
-
wenjie.zheng authored
Until now, it was only possible to define the ID on properties, then the reference was guessed from the ID. We even had constraint to make sure when we define a standard "foo" property that the ID was "foo_property". Then the reference "foo" was guessed for the ID. This is not user friendly, it is more logical to make the ID non editable and guess it from the reference. Therefore now the developer could define the reference, like "foo", and the corresponding ID will be automatically set.
-