cubicweb/misc/migration/3.21.1_Any.py
author Laurent Peuch <cortex@worlddomination.be>
Thu, 05 Dec 2019 18:40:38 +0100
changeset 12808 6cbb1e2a6e49
parent 11057 0b59724cb3f2
permissions -rw-r--r--
[refactoring] class variable is useless

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