mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2025-02-25 18:55:31 -06:00
Fixed an issue while refreshing Resource Group. Fixes #5820
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user