Rephrase upgrade considerations note about moderation per page vs per revision

pull/6257/head
jacobtoppm 2020-02-27 14:46:40 +00:00 zatwierdzone przez Matt Westcott
rodzic df3a63c7a2
commit 5f2dbc3ce6
1 zmienionych plików z 3 dodań i 1 usunięć

Wyświetl plik

@ -109,7 +109,9 @@ then chained together to form workflows: sequences of moderation stages through
Key points:
* Prior to 2.9, moderation in Wagtail was performed on a per-revision basis. It is now per page.
* Prior to 2.9, moderation in Wagtail was performed on a per-revision basis: once submitted, the moderator would approve or reject
the submitted revision only, which would not include subsequent changes. Moderation is now performed per page, with moderators
always seeing the latest revision.
* ``PageRevision.submitted_for_moderation`` will return ``True`` for revisions passing through the old moderation system, but not for the new system
* Pages undergoing moderation in the old system will not have their moderation halted, and can still be approved/rejected. As a result, you may see
two sets of moderation dashboard panels until there are no longer any pages in moderation in the old system