Add a note on 'Previewing and Submitting for Moderation' page about potential disabled moderation

pull/5594/head^2
jacobtm 2019-10-02 09:58:33 +01:00 zatwierdzone przez Matt Westcott
rodzic 747b5402d2
commit daba83aab1
2 zmienionych plików z 2 dodań i 1 usunięć

Wyświetl plik

@ -238,6 +238,7 @@ Allows the default ``LoginForm`` to be extended with extra fields.
If a user has not uploaded a profile picture, Wagtail will look for an avatar linked to their email address on gravatar.com. This setting allows you to specify an alternative provider such as like robohash.org, or can be set to ``None`` to disable the use of remote avatars completely.
.. _wagtail_moderation_enabled:
.. code-block:: python

Wyświetl plik

@ -4,7 +4,7 @@ Previewing and submitting pages for moderation
The Save/Preview/Submit for moderation menu is always present at the bottom of the page edit/creation screen. The menu allows you to perform the following actions, dependent on whether you are an editor, moderator or administrator:
* **Save draft:** Saves your current changes but doesn't submit the page for moderation and so wont be published. (all roles)
* **Submit for moderation:** Saves your current changes and submits the page for moderation. A moderator will be notified and they will then either publish or reject the page. (all roles)
* **Submit for moderation:** Saves your current changes and submits the page for moderation. A moderator will be notified and they will then either publish or reject the page. This button may be missing if the site administrator has :ref:`disabled moderation<wagtail_moderation_enabled>`. (all roles)
* **Preview:** Opens a new window displaying the page as it would look if published, but does not save your changes or submit the page for moderation. (all roles)
* **Publish/Unpublish:** Clicking the *Publish* button will publish this page. Clicking the *Unpublish* button will take you to a confirmation screen asking you to confirm that you wish to unpublish this page. If a page is published it will be accessible from its specific URL and will also be displayed in site search results. (moderators and administrators only)
* **Delete:** Clicking this button will take you to a confirmation screen asking you to confirm that you wish to delete the current page. Be sure that this is actually what you want to do, as deleted pages are not recoverable. In many situations simply unpublishing the page will be enough. (moderators and administrators only)