misc/migration/3.5.10_Any.py
author Sylvain Thénault <sylvain.thenault@logilab.fr>
Thu, 17 Jan 2013 14:40:57 +0100
branchstable
changeset 8650 9a6e80bfad9d
parent 3977 5c84c6df6798
child 8798 cdab3aadc679
permissions -rw-r--r--
[web/application/test] drop useless code This is already done in CubicWebTC

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