misc/migration/3.5.10_Any.py
author Rémi Cardona <remi.cardona@logilab.fr>
Tue, 12 Mar 2013 19:24:43 +0100
branchstable
changeset 8726 e08ab56ea2ac
parent 3977 5c84c6df6798
child 8798 cdab3aadc679
permissions -rw-r--r--
[component] Fix URL generation for navigation component (closes #2464832)

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