pgAdmin 4 commit: Do not validate the attributes on saving, because - s - Mailing list pgadmin-hackers

From Ashesh Vashi
Subject pgAdmin 4 commit: Do not validate the attributes on saving, because - s
Date
Msg-id E1b0nlA-0005YD-Jg@gothos.postgresql.org
Whole thread Raw
List pgadmin-hackers
Do not validate the attributes on saving, because - sometimes it results
into an error, and does not call the callback - 'success/fail'
internally.

And, that will not close the property dialog in those cases.

Reported by Harshal Dhumal.

Branch
------
master

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

Modified Files
--------------
web/pgadmin/browser/templates/browser/js/node.js | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)


pgadmin-hackers by date:

Previous
From: Ashesh Vashi
Date:
Subject: pgAdmin 4 commit: Remove all the object view control within the subnode
Next
From: Harshal Dhumal
Date:
Subject: Destroy select2 controls before re-rendering [pgadmin4]