misc/migration/3.21.1_Any.py
author Sylvain Thénault <sylvain.thenault@logilab.fr>
Fri, 12 Feb 2016 10:06:03 +0100
changeset 11107 df1f2d853d40
parent 10553 1d824df4f2bd
permissions -rw-r--r--
quick fix which closes #0673348 - see comment for more info

# re-read ComputedRelation permissions from schema.py now that we're
# able to serialize them
for computedrtype in schema.iter_computed_relations():
    sync_schema_props_perms(computedrtype.type)