Skip to content
Snippets Groups Projects
Verified Commit 9fd38efa authored by Timm Fitschen's avatar Timm Fitschen
Browse files

fix error in misc/entity_state_test_data.py

parent 240c79c1
No related branches found
No related tags found
2 merge requests!59REL: release 0.4.1,!53ENH: Allow restoring of old versions of entities in the WebUI
Pipeline #16456 failed
......@@ -153,9 +153,8 @@ def setup_state_model():
"Transition").add_property("from", "under review").add_property("to", "unpublished").insert()
# 1->1
db.Record("Edit").add_parent(
"Transition",
description="Edit this entity. The changes are not publicly available until this entity will have been reviewed and published.").add_property(
db.Record("Edit", description="Edit this entity. The changes are not publicly available until this entity will have been reviewed and published.").add_parent(
"Transition").add_property(
"from",
"unpublished").add_property(
"to",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment