diff --git a/releases/7.6.4.md b/releases/7.6.4.md index 2d766d9729..c321eda81b 100644 --- a/releases/7.6.4.md +++ b/releases/7.6.4.md @@ -6,7 +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) -- Add expand all and collapse all buttons to the top of the list much like the node tree in the graph designer.#[7419](https://github.com/archesproject/arches/issues/7419) + ### Dependency changes: ``` diff --git a/releases/8.0.0.md b/releases/8.0.0.md index 3b7046a693..5619af9de6 100644 --- a/releases/8.0.0.md +++ b/releases/8.0.0.md @@ -28,7 +28,7 @@ Arches 8.0.0 Release Notes - Make number datatype node values searchable in the main search [#11619](https://github.com/archesproject/arches/issues/11619) - Prevent navigation to a new browser tab when clicking Manage link in index.htm [#11635](https://github.com/archesproject/arches/issues/11635) - Add support for tile sort order to the bulk data manager [#11638](https://github.com/archesproject/arches/pull/11638) - +- Add expand all and collapse all buttons to the top of the list much like the node tree in the graph designer.#[7419](https://github.com/archesproject/arches/issues/7419) ### Dependency changes ``` Python: