mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2025-01-11 00:22:34 -06:00
Fixed AttributeError while creating the server group. Fixes #5688
This commit is contained in:
parent
851c15b2d6
commit
f177d54f21
@ -91,7 +91,7 @@ blueprint = ServerGroupModule(__name__)
|
||||
|
||||
|
||||
class ServerGroupView(NodeView):
|
||||
node_type = ServerGroupModule.node_type
|
||||
node_type = ServerGroupModule._NODE_TYPE
|
||||
parent_ids = []
|
||||
ids = [{'type': 'int', 'id': 'gid'}]
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user