- 18 Oct, 2016 2 commits
-
-
iv authored
creating a guard when all the informations are already in properties of the object is useless, these guards were forgotten
-
iv authored
in testERP5Workflow, a test was failing due to changes in storage of expressions (we now store the expression object so we don't have to recompile the expression all the time)
-
- 17 Oct, 2016 2 commits
- 14 Oct, 2016 3 commits
- 12 Oct, 2016 1 commit
-
-
iv authored
-
- 11 Oct, 2016 5 commits
- 10 Oct, 2016 4 commits
- 07 Oct, 2016 8 commits
- 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 1 commit
-
-
iv authored
-