From dd48762b188c355a763eeb2a0d6a4c0b0d9fb752 Mon Sep 17 00:00:00 2001 From: LB Johnston Date: Sat, 9 Mar 2024 20:19:41 +1000 Subject: [PATCH] Update changelog for cherry-pick #11736 --- CHANGELOG.txt | 1 + docs/releases/6.0.2.md | 1 + 2 files changed, 2 insertions(+) diff --git a/CHANGELOG.txt b/CHANGELOG.txt index dca42b4c17a0..c992749d9553 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -55,6 +55,7 @@ Changelog * Fix: Ensure that modal tabs width are not impacted by side panel opening (LB (Ben) Johnston) * Fix: Resolve issue local development of docs when running `make livehtml` (Sage Abdullah) * Fix: Resolve issue with unwanted padding in chooser modal listings (Sage Abdullah) + * Fix: Ensure `get_add_url()` is always used to re-render the add button when the listing is refreshed in viewsets (Sage Abdullah) * Docs: Update Sphinx theme to `6.3.0` with a fix for the missing favicon (Sage Abdullah) diff --git a/docs/releases/6.0.2.md b/docs/releases/6.0.2.md index 3ffb2190124a..819fb306e767 100644 --- a/docs/releases/6.0.2.md +++ b/docs/releases/6.0.2.md @@ -16,6 +16,7 @@ depth: 1 * Ensure that modal tabs width are not impacted by side panel opening (LB (Ben) Johnston) * Resolve issue local development of docs when running `make livehtml` (Sage Abdullah) * Resolve issue with unwanted padding in chooser modal listings (Sage Abdullah) + * Ensure `get_add_url()` is always used to re-render the add button when the listing is refreshed in viewsets (Sage Abdullah) ### Documentation