Fixed an issue while updating server node info removes the clear saved password menu. #5598

pull/5651/head
Nikhil Mohite 2022-12-14 15:54:17 +05:30 committed by GitHub
parent cc9d519fac
commit 6eec5c3842
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -806,6 +806,7 @@ class ServerNode(PGChildNodeView):
server_type='pg', # default server type
user_name=server.username,
role=server.role,
is_password_saved=bool(server.save_password)
)
)