misc/migration/2.48.8_Any.py
author Sylvain Thénault <sylvain.thenault@logilab.fr>
Wed, 20 May 2009 14:19:02 +0200
branchstable
changeset 1880 293fe4b49e28
parent 1398 5fe84a5f7035
child 1977 606923dff11b
permissions -rw-r--r--
two in one: #343320: Logging out while deleting a CWUser blocks the cw server / #342692: ensure transaction state when Ctrl-C or other stop signal is received
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
1398
5fe84a5f7035 rename internal entity types to have CW prefix instead of E
sylvain.thenault@logilab.fr
parents: 0
diff changeset
     1
for etype in ('CWRType', 'CWAttribute', 'CWRelation', 'CWConstraint', 'CWConstraintType'):
0
b97547f5f1fa Showtime !
Adrien Di Mascio <Adrien.DiMascio@logilab.fr>
parents:
diff changeset
     2
    synchronize_permissions(etype)