misc/migration/3.5.10_Any.py
author Alexandre Fayolle <alexandre.fayolle@logilab.fr>
Thu, 27 Jan 2011 14:10:44 +0100
branchstable
changeset 6908 f07dc0e8948d
parent 3977 5c84c6df6798
child 8798 cdab3aadc679
permissions -rw-r--r--
fix #1452413 : is_in_state selector does not match initial state of an entity

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