Fixed an issue where each click to refresh the collection node, the number of objects decreasing by tens or more. Fixes #6908

This commit is contained in:
Khushboo Vashi
2021-10-16 12:50:51 +05:30
committed by Akshay Joshi
parent 7f3c3fa6f9
commit 5b411caabe
3 changed files with 4 additions and 3 deletions

View File

@@ -37,3 +37,4 @@ Bug fixes
| `Issue #6891 <https://redmine.postgresql.org/issues/6891>`_ - Added support for composite foreign keys in the ERD tool.
| `Issue #6900 <https://redmine.postgresql.org/issues/6900>`_ - Fixed an issue where exclusion constraint cannot be created from table dialog if the access method name is changed once.
| `Issue #6905 <https://redmine.postgresql.org/issues/6905>`_ - Fixed an issue where the users are unable to load the databases behind an HTTP reverse proxy.
| `Issue #6908 <https://redmine.postgresql.org/issues/6908>`_ - Fixed an issue where each click to refresh the collection node, the number of objects decreasing by tens or more.