pgAdmin 4 commit: Allow to close the create/edit dialog after successfu - Mailing list pgadmin-hackers

From Ashesh Vashi
Subject pgAdmin 4 commit: Allow to close the create/edit dialog after successfu
Date
Msg-id E1alvxm-0006zw-5T@gothos.postgresql.org
Whole thread Raw
List pgadmin-hackers
Allow to close the create/edit dialog after successful 'save'
operation.

Some of the nodes do not return id as result, when they were created.
Modified the logic to allow to open the parent node in such conditions.

Branch
------
master

Details
-------
http://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=43d532321bf09b48c8bfd6099803a86e70e7dc64
Author: Harshal Dhumal <harshal.dhumal@enterprisedb.com>

Modified Files
--------------
web/pgadmin/browser/templates/browser/js/node.js | 47 +++++++++++++++++++++++-
1 file changed, 45 insertions(+), 2 deletions(-)


pgadmin-hackers by date:

Previous
From: Ashesh Vashi
Date:
Subject: Re: [pgAdmin4][Patch]: Collection Control Fixes
Next
From: Ashesh Vashi
Date:
Subject: Re: Tree reload & panel close issue after saving new node on server [pgadmin4]