pgAdmin 4 commit: Allow to close the create/edit dialog after successfu

From: Ashesh Vashi <ashesh(dot)vashi(at)enterprisedb(dot)com>
To: pgadmin-hackers(at)postgresql(dot)org
Subject: pgAdmin 4 commit: Allow to close the create/edit dialog after successfu
Date: 2016-04-01 10:05:58
Message-ID: E1alvxm-0006zw-5T@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(dot)dhumal(at)enterprisedb(dot)com>

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

Browse pgadmin-hackers by date

  From Date Subject
Next Message Ashesh Vashi 2016-04-01 10:06:14 Re: Tree reload & panel close issue after saving new node on server [pgadmin4]
Previous Message Ashesh Vashi 2016-04-01 09:57:22 Re: [pgAdmin4][Patch]: Collection Control Fixes