From 31192be83f3e98e1c85876055ace85dd046af76f Mon Sep 17 00:00:00 2001 From: CWDamm-Kint Date: Tue, 3 Dec 2024 10:03:10 +0000 Subject: [PATCH 1/2] fix bug that prevents saving tabbed report name changes --- arches/app/templates/views/report-templates/tabbed.htm | 2 +- 1 file changed, 1 insertion(+), 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 @@
- +
From 1f34dfbe1039a32bcba06db2efbc6381e6f176cd Mon Sep 17 00:00:00 2001 From: CWDamm-Kint Date: Wed, 4 Dec 2024 11:58:13 +0000 Subject: [PATCH 2/2] update change log --- releases/7.6.4.md | 1 + 1 file changed, 1 insertion(+) diff --git a/releases/7.6.4.md b/releases/7.6.4.md index c321eda81bf..f85860fa1b6 100644 --- a/releases/7.6.4.md +++ b/releases/7.6.4.md @@ -6,6 +6,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) ### Dependency changes: