Author specific locking docs changes (#5771)

* Add to Dashboard docs

* Replace Dashboard image to show locked pages

* Add further explanatory text to Dashboard

* Improve image readability, add missing bracket

Co-authored-by: jacobtoppm <55137073+jacobtoppm@users.noreply.github.com>
pull/5804/head
Karl Hobley 2020-01-28 09:07:01 +00:00 zatwierdzone przez GitHub
rodzic 43acf24cc8
commit 2e23ef4ee4
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 4AEE18F83AFDEB23
3 zmienionych plików z 9 dodań i 0 usunięć

Plik binarny nie jest wyświetlany.

Przed

Szerokość:  |  Wysokość:  |  Rozmiar: 58 KiB

Po

Szerokość:  |  Wysokość:  |  Rozmiar: 100 KiB

Wyświetl plik

@ -7,6 +7,7 @@ The Dashboard provides information on:
* The number of pages, images, and documents currently held in the Wagtail CMS
* Any pages currently awaiting moderation (if you have these privileges)
* Any pages that you've locked (if your administrator has enabled :ref:`author-specific locking<WAGTAILADMIN_GLOBAL_PAGE_EDIT_LOCK>`)
* Your most recently edited pages
You can return to the Dashboard at any time by clicking the Wagtail logo in the top-left of the screen.
@ -21,6 +22,11 @@ You can return to the Dashboard at any time by clicking the Wagtail logo in the
- Clicking approve or reject will either change the page status to live or return the page to draft status. An email will be sent to the creator of the page giving the result of moderation either way.
- The *Parent* column tells you what the parent page of the page awaiting moderation is called. Clicking the parent page name will take you to its Edit page.
- The *Your locked pages* table shows the pages you've locked so that only you can edit them.
- The *Locked At* column displays the date you locked the page.
- Clicking the name of a page will take you to the Edit page interface for this page.
- Clicking *See all locked pages* will take you to the *Locked Pages* Report, showing the pages locked by any user
- The *Your most recent edits* table displays the five pages that you most recently edited.
- The date column displays the date that you edited the page. Hover your mouse over the date for a more exact time/date.
- The status column displays the current status of the page. A page will have one of three statuses:

Wyświetl plik

@ -523,6 +523,9 @@ Customise the behaviour of rich text fields. By default, ``RichTextField`` and `
* ``OPTIONS``: Configuration options to pass to the widget. Recognised options are widget-specific, but both ``DraftailRichTextArea`` and ``HalloRichTextArea`` accept a ``features`` list indicating the active rich text features (see :ref:`rich_text_features`).
.. _WAGTAILADMIN_GLOBAL_PAGE_EDIT_LOCK:
Page locking
============