Fixed an issue while refreshing Resource Group. Fixes #5820

This commit is contained in:
Akshay Joshi 2020-09-09 14:34:14 +05:30
parent 796a8a013a
commit ffb829e80c
2 changed files with 3 additions and 2 deletions

View File

@ -39,3 +39,4 @@ Bug fixes
| `Issue #5773 <https://redmine.postgresql.org/issues/5773>`_ - Fixed an issue where the application ignores the fixed port configuration value.
| `Issue #5775 <https://redmine.postgresql.org/issues/5775>`_ - Ensure that 'setup-web.sh' should work in Debian 10.
| `Issue #5794 <https://redmine.postgresql.org/issues/5794>`_ - Fixed excessive CPU usage by stopping the indefinite growth of the graph dataset.
| `Issue #5820 <https://redmine.postgresql.org/issues/5820>`_ - Fixed an issue while refreshing Resource Group.

View File

@ -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: