pgAdmin 4 commit: Do not validate the model unnecessarily (when closing - Mailing list pgadmin-hackers

From Ashesh Vashi
Subject pgAdmin 4 commit: Do not validate the model unnecessarily (when closing
Date
Msg-id E1b43oB-0001Zc-KS@gothos.postgresql.org
Whole thread Raw
List pgadmin-hackers
Do not validate the model unnecessarily (when closing).
Clear the cache of a node, whenever an object has been removed of that
kind, it will allow us to fetch the latest list.

Branch
------
master

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

Modified Files
--------------
web/pgadmin/browser/static/js/datamodel.js       | 4 ++--
web/pgadmin/browser/templates/browser/js/node.js | 4 ++++
2 files changed, 6 insertions(+), 2 deletions(-)


pgadmin-hackers by date:

Previous
From: Ashesh Vashi
Date:
Subject: Re: PATCH: Trigger function node (pgAdmin4)
Next
From: Ashesh Vashi
Date:
Subject: pgAdmin 4 commit: Changed the Select2Control to work more consistently.