cubicweb/misc/migration/3.21.1_Any.py
author Laurent Peuch <cortex@worlddomination.be>
Tue, 17 Dec 2019 18:04:02 +0100
changeset 12823 e830ace445bf
parent 11057 0b59724cb3f2
permissions -rw-r--r--
[test] ensure FirefoxHelper successfully exited

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