pull/12245/head
Matt Westcott 2024-08-20 16:03:50 +01:00
rodzic a7d243b9b6
commit 9c921481dd
2 zmienionych plików z 2 dodań i 0 usunięć

Wyświetl plik

@ -23,6 +23,7 @@ Changelog
* Fix: Handle `child_block` being passed as a kwarg in ListBlock migrations (Matt Westcott)
* Fix: Fix broken task type filter in workflow task chooser modal (Sage Abdullah)
* Fix: Prevent circular imports between `wagtail.admin.models` and custom user models (Matt Westcott)
* Fix: Ensure that concurrent editing check works for users who only have edit access via workflows (Matt Westcott)
6.2 (01.08.2024)

Wyświetl plik

@ -17,3 +17,4 @@ depth: 1
* Handle `child_block` being passed as a kwarg in ListBlock migrations (Matt Westcott)
* Fix broken task type filter in workflow task chooser modal (Sage Abdullah)
* Prevent circular imports between `wagtail.admin.models` and custom user models (Matt Westcott)
* Ensure that concurrent editing check works for users who only have edit access via workflows (Matt Westcott)