cubicweb/misc/migration/3.21.1_Any.py
author Nicolas Chauvat <nicolas.chauvat@logilab.fr>
Wed, 13 Mar 2019 00:01:35 +0100
changeset 12883 d5bbf030f967
parent 11057 0b59724cb3f2
permissions -rw-r--r--
[server/sources/native] refactor to remove useless injection

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