diff --git a/docs/en_US/release_notes_6_1.rst b/docs/en_US/release_notes_6_1.rst index 3c61c0218..236b68743 100644 --- a/docs/en_US/release_notes_6_1.rst +++ b/docs/en_US/release_notes_6_1.rst @@ -37,3 +37,4 @@ Bug fixes | `Issue #6891 `_ - Added support for composite foreign keys in the ERD tool. | `Issue #6900 `_ - Fixed an issue where exclusion constraint cannot be created from table dialog if the access method name is changed once. | `Issue #6905 `_ - Fixed an issue where the users are unable to load the databases behind an HTTP reverse proxy. +| `Issue #6908 `_ - Fixed an issue where each click to refresh the collection node, the number of objects decreasing by tens or more. diff --git a/web/package.json b/web/package.json index 4eb337452..2d80c2e91 100644 --- a/web/package.json +++ b/web/package.json @@ -136,7 +136,7 @@ "path-fx": "^2.0.0", "pathfinding": "^0.4.18", "paths-js": "^0.4.9", - "pgadmin4-tree": "git+https://github.com/EnterpriseDB/pgadmin4-treeview/#9e1e5efd6152a08ee1cf087816627d943e3c880e", + "pgadmin4-tree": "git+https://github.com/EnterpriseDB/pgadmin4-treeview/#ab0af8e27c7bf24a750c998461c5a7aec2d4624f", "postcss": "^8.2.15", "raf": "^3.4.1", "react": "^17.0.1", diff --git a/web/yarn.lock b/web/yarn.lock index 201f4303a..795457b82 100644 --- a/web/yarn.lock +++ b/web/yarn.lock @@ -7582,9 +7582,9 @@ performance-now@^2.1.0: resolved "https://registry.yarnpkg.com/performance-now/-/performance-now-2.1.0.tgz#6309f4e0e5fa913ec1c69307ae364b4b377c9e7b" integrity sha1-Ywn04OX6kT7BxpMHrjZLSzd8nns= -"pgadmin4-tree@git+https://github.com/EnterpriseDB/pgadmin4-treeview/#9e1e5efd6152a08ee1cf087816627d943e3c880e": +"pgadmin4-tree@git+https://github.com/EnterpriseDB/pgadmin4-treeview/#ab0af8e27c7bf24a750c998461c5a7aec2d4624f": version "1.0.0" - resolved "git+https://github.com/EnterpriseDB/pgadmin4-treeview/#9e1e5efd6152a08ee1cf087816627d943e3c880e" + resolved "git+https://github.com/EnterpriseDB/pgadmin4-treeview/#ab0af8e27c7bf24a750c998461c5a7aec2d4624f" dependencies: "@types/classnames" "^2.2.6" "@types/react" "^16.7.18"