From af5ebcbde9491d04389d1e31e92d69082e9acb93 Mon Sep 17 00:00:00 2001 From: Chris Date: Mon, 16 Dec 2024 20:19:12 +0000 Subject: [PATCH] Fix for bug that prevents saving tab name changes in a tabbed report (#11672) * fix bug that prevents saving tabbed report name changes * update change log --- arches/app/templates/views/report-templates/tabbed.htm | 2 +- releases/7.6.4.md | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/arches/app/templates/views/report-templates/tabbed.htm b/arches/app/templates/views/report-templates/tabbed.htm index 25092c5f8d3..5aa01c3b300 100644 --- a/arches/app/templates/views/report-templates/tabbed.htm +++ b/arches/app/templates/views/report-templates/tabbed.htm @@ -54,7 +54,7 @@
- +
diff --git a/releases/7.6.4.md b/releases/7.6.4.md index aa8d0877369..a6a261cce98 100644 --- a/releases/7.6.4.md +++ b/releases/7.6.4.md @@ -7,6 +7,7 @@ - Fix Graph Designer failure when editing large graphs #[11615](https://github.com/archesproject/arches/issues/11615) - Fix failure to download exported search results when using non file-system based storages #[11620](https://github.com/archesproject/arches/issues/11620) - Cache resource relationship preflabels to improve report load time #[11583](https://github.com/archesproject/arches/issues/11583) +- Fix for bug that prevents saving tab name changes in a tabbed report #[11617](https://github.com/archesproject/arches/issues/11617) - Fix regression where Arches is no longer overriding Django admin templates #[11668](https://github.com/archesproject/arches/issues/11668) - Fix bug causing the Edit button to not display in the map popup #[11679](https://github.com/archesproject/arches/issues/11679)