pull/10016/head
Matt Westcott 2023-02-02 14:08:47 +00:00
rodzic 0c649b0973
commit cc37f078af
2 zmienionych plików z 2 dodań i 0 usunięć

Wyświetl plik

@ -89,6 +89,7 @@ Changelog
* Fix: Add missing wagtailadmin_tags in `workflow_state_approved.html` template (Alex Tomkins)
* Fix: Do not show bulk actions checkbox in page type usage view (Sage Abdullah)
* Fix: Prevent account name from overflowing the sidebar (Aman Pandey)
* Fix: Ensure edit form is displayed as unlocked immediately after cancelling a workflow (Sage Abdullah)
* Docs: Add custom permissions section to permissions documentation page (Dan Hayden)
* Docs: Add documentation for how to get started with contributing translations for the Wagtail admin (Ogunbanjo Oluwadamilare)
* Docs: Officially recommend `fnm` over `nvm` in development documentation (LB (Ben) Johnston)

Wyświetl plik

@ -140,6 +140,7 @@ This feature was developed by Matt Westcott, and sponsored by [YouGov](https://y
* Server-side document filenames are preserved when replacing a document file (Suyash Singh, Matt Westcott)
* Do not show bulk actions checkbox in page type usage view (Sage Abdullah)
* Prevent account name from overflowing the sidebar (Aman Pandey)
* Ensure edit form is displayed as unlocked immediately after cancelling a workflow (Sage Abdullah)
### Documentation