diff --git a/docs/en_US/release_notes_4_26.rst b/docs/en_US/release_notes_4_26.rst index 7409e954f..3fe0b01e4 100644 --- a/docs/en_US/release_notes_4_26.rst +++ b/docs/en_US/release_notes_4_26.rst @@ -38,4 +38,5 @@ Bug fixes | `Issue #5766 `_ - Fixed string indices must be integers issue for PostgreSQL < 9.3. | `Issue #5773 `_ - Fixed an issue where the application ignores the fixed port configuration value. | `Issue #5775 `_ - Ensure that 'setup-web.sh' should work in Debian 10. -| `Issue #5794 `_ - Fixed excessive CPU usage by stopping the indefinite growth of the graph dataset. \ No newline at end of file +| `Issue #5794 `_ - Fixed excessive CPU usage by stopping the indefinite growth of the graph dataset. +| `Issue #5820 `_ - Fixed an issue while refreshing Resource Group. \ No newline at end of file diff --git a/web/pgadmin/browser/server_groups/servers/resource_groups/__init__.py b/web/pgadmin/browser/server_groups/servers/resource_groups/__init__.py index b78bfba02..248335fea 100644 --- a/web/pgadmin/browser/server_groups/servers/resource_groups/__init__.py +++ b/web/pgadmin/browser/server_groups/servers/resource_groups/__init__.py @@ -246,7 +246,7 @@ class ResourceGroupView(NodeView): gid: Server Group ID sid: Server ID """ - sql = render_template("/".join([self.sql_path, ])) + sql = render_template("/".join([self.sql_path, self._PROPERTIES_SQL])) status, res = self.conn.execute_dict(sql) if not status: