mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2025-02-25 18:55:31 -06:00
Fixed an issue where shared servers import is failing. Fixes #6022
This commit is contained in:
committed by
Akshay Joshi
parent
794bd50ed1
commit
1c5cb63aff
@@ -346,6 +346,9 @@ def load_servers(args):
|
||||
new_server.tunnel_authentication = \
|
||||
obj.get("TunnelAuthentication", None)
|
||||
|
||||
new_server.shared = \
|
||||
obj.get("Shared", None)
|
||||
|
||||
db.session.add(new_server)
|
||||
|
||||
try:
|
||||
|
||||
Reference in New Issue
Block a user