- 07 Oct, 2016 1 commit
-
-
iv authored
with old DCWorkflow, portal_workflow could contain the chain_dict for portal_type/workflow association
-
- 05 Oct, 2016 5 commits
- 04 Oct, 2016 2 commits
- 03 Oct, 2016 6 commits
-
-
iv authored
-
iv authored
if using id, it would check for simulation state to be for example in state_draft (id) instead of draft (reference) This was breaking testFunctionalCore page_templates_zuite/testSearchDialog
-
iv authored
testERP5Catalog was failing because there was more than 1000 activities in portal_activities and the one that should have been invoked was at the end of the list set the limit to None, and only check the interesting activities Also, add SQLCatalog_deferFullTextIndexActivity to activities to play.
-
iv authored
this test is no more relevant because chain_dict is not used anymore and portal type/workflow association is done in portal types directly
-
iv authored
don't try to remove non-existing worklists! + use getPortalType instead of __class__.__name__ + only test guard on ERP5Worklow worklists
-
iv authored
that are not used anymore (workflow are associated to portal_types in portal_types directly)
-
- 28 Sep, 2016 1 commit
-
-
iv authored
non-existing getWorklistValueDict one + add getGuardRoleList method on DCWorkflow worklists
-
- 27 Sep, 2016 4 commits
- 26 Sep, 2016 2 commits
-
-
iv authored
This fixes testERP5BankingCashMovement, because getPortalCurrentInventoryStateList and others now returns expected values.
-
iv authored
in the Workflow, the status dict (used to set history) can handle None values, and the behaviour should not differ from DCWorkflow. This should fix SyncML test failures.
-
- 21 Sep, 2016 1 commit
-
-
iv authored
-
- 20 Sep, 2016 18 commits
-
-
iv authored
from erp5_workflow to erp5_core
-
iv authored
when removing a workflow from a portal type, it was only using old chain_by_type and not removing them from inside the portal type through the type_workflow value
-
iv authored
-
iv authored
add erp5_workflow portal types and view to erp5_core
-
iv authored
+ raise explicitly when history has empty transition (this happens when there automatic_update is not true)
-
iv authored
-
iv authored
do not force the user to check the box...
-
iv authored
during workflow conversion On DCWorkflow states, when the workflow does not manage permissions, they may appear in some states's permission_roles dict. This create wrong permissions, and we should not set them if they are not managed by the workflow.
-
iv authored
-
iv authored
remove duplicated code
-
iv authored
not by category because the script used here are from portal_skins moreover, they are not put into the workflow object (and thus accessible in the ZODB) because the same script is often used in transitions from different configurator workflows
-
iv authored
-
iv authored
this will allow the use of proxy_roles fixes, among others, broken tests on packing list
-
iv authored
-
iv authored
-
iv authored
-
iv authored
the private setters are called by methods like 'edit', ...
-
iv authored
-