misc/migration/3.5.10_Any.py
author Sylvain Thénault <sylvain.thenault@logilab.fr>
Fri, 19 Feb 2010 09:36:26 +0100
branchstable
changeset 4644 021035b9a7ab
parent 3977 5c84c6df6798
child 8798 cdab3aadc679
permissions -rw-r--r--
introduce 'go back' transition: transition without destination state will go to the state we were coming from

sync_schema_props_perms('state_of')
sync_schema_props_perms('transition_of')
for etype in ('State', 'BaseTransition', 'Transition', 'WorkflowTransition'):
    sync_schema_props_perms((etype, 'name', 'String'))