From d742b0278b93660f84f760347d6ba00dada909a6 Mon Sep 17 00:00:00 2001 From: Matt Westcott Date: Thu, 6 Jun 2024 16:17:36 +0100 Subject: [PATCH] Release note for #11995 --- CHANGELOG.txt | 1 + docs/releases/6.2.md | 1 + 2 files changed, 2 insertions(+) diff --git a/CHANGELOG.txt b/CHANGELOG.txt index f158d4d150..425aa50f26 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -8,6 +8,7 @@ Changelog * Support a `HOSTNAMES` parameter on `WAGTAILFRONTENDCACHE` to define which hostnames a backend should respond to (Jake Howard, sponsored by Oxfam America) * Refactor redirects edit view to use the generic `EditView` and breadcrumbs (Rohit Sharma) * Allow custom permission policies on snippets to prevent superusers from creating or editing them (Sage Abdullah) + * Do not link to edit view from listing views if user has no permission to edit (Sage Abdullah) * Fix: Make `WAGTAILIMAGES_CHOOSER_PAGE_SIZE` setting functional again (Rohit Sharma) * Fix: Enable `richtext` template tag to convert lazy translation values (Benjamin Bach) * Fix: Ensure permission labels on group permissions page are translated where available (Matt Westcott) diff --git a/docs/releases/6.2.md b/docs/releases/6.2.md index eb2631d2b3..0a1710b2fb 100644 --- a/docs/releases/6.2.md +++ b/docs/releases/6.2.md @@ -18,6 +18,7 @@ depth: 1 * Support a [`HOSTNAMES` parameter on `WAGTAILFRONTENDCACHE`](frontendcache_multiple_backends) to define which hostnames a backend should respond to (Jake Howard, sponsored by Oxfam America) * Refactor redirects edit view to use the generic `EditView` and breadcrumbs (Rohit Sharma) * Allow custom permission policies on snippets to prevent superusers from creating or editing them (Sage Abdullah) + * Do not link to edit view from listing views if user has no permission to edit (Sage Abdullah) ### Bug fixes