pgAdmin 4 commit: Fixes#1737 - Setting the schedma-id as the pid (paren - Mailing list pgadmin-hackers

From Ashesh Vashi
Subject pgAdmin 4 commit: Fixes#1737 - Setting the schedma-id as the pid (paren
Date
Msg-id E1bnilf-0005gm-U6@gothos.postgresql.org
Whole thread Raw
List pgadmin-hackers
Fixes#1737 - Setting the schedma-id as the pid (parent-id) for the
sequences node instead of the server-id.

Due to this - during updating the sequence node, it was not able to find
out the correct parent node, and it was updating the existing node, but
- later it (considering the old node) was removed by the replace logic.

Branch
------
master

Details
-------
http://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=1c623c56e7cafc0df28913390761bef1231c1064

Modified Files
--------------
.../server_groups/servers/databases/schemas/sequences/__init__.py    | 5 ++---
1 file changed, 2 insertions(+), 3 deletions(-)


pgadmin-hackers by date:

Previous
From: Ashesh Vashi
Date:
Subject: Re: PATCH: RM#1735
Next
From: Dave Page
Date:
Subject: pgAdmin 4 commit: Misc changes