misc/migration/3.5.10_Any.py
author Katia Saurfelt <katia.saurfelt@logilab.fr>
Thu, 29 Mar 2012 14:25:51 +0200
branchstable
changeset 8336 7ccd4367ee1c
parent 3977 5c84c6df6798
child 8798 cdab3aadc679
permissions -rw-r--r--
[workflow] set default test/plain option for workflow default comment (closes #993083)

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'))