0
0
mirror of https://github.com/wagtail/wagtail.git synced 2024-11-21 18:09:02 +01:00

Release note for #11943 in 6.1.1

This commit is contained in:
Matt Westcott 2024-05-14 10:38:10 +01:00
parent 4b7210dd51
commit 4f5ffa85b6
2 changed files with 2 additions and 0 deletions

View File

@ -22,6 +22,7 @@ Changelog
~~~~~~~~~~~~~~~~~~
* Fix: Fix form action URL in user edit and delete views for custom user models (Sage Abdullah)
* Fix: Fix snippet copy view not prefilling form data (Sage Abdullah)
6.1 (01.05.2024)

View File

@ -14,3 +14,4 @@ depth: 1
### Bug fixes
* Fix form action URL in user edit and delete views for custom user models (Sage Abdullah)
* Fix snippet copy view not prefilling form data (Sage Abdullah)