Release note for #9976 in 4.2

pull/10298/head
Matt Westcott 2023-02-03 15:20:31 +00:00
rodzic f87ad50cb3
commit de63917532
2 zmienionych plików z 2 dodań i 0 usunięć

Wyświetl plik

@ -90,6 +90,7 @@ Changelog
* 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)
* Fix: Prevent `latest_revision` pointer from being copied over when copying translatable snippets for translation (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

@ -141,6 +141,7 @@ This feature was developed by Matt Westcott, and sponsored by [YouGov](https://y
* 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)
* Prevent `latest_revision` pointer from being copied over when copying translatable snippets for translation (Sage Abdullah)
### Documentation