cubicweb/misc/migration/3.21.1_Any.py
author Laurent Peuch <cortex@worlddomination.be>
Thu, 05 Dec 2019 18:34:59 +0100
changeset 12803 bf940d5416e5
parent 11057 0b59724cb3f2
permissions -rw-r--r--
[refactoring] inline useless variable

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