pgAdmin 4 commit: Do not validate the model unnecessarily (when closing

From: Ashesh Vashi <ashesh(dot)vashi(at)enterprisedb(dot)com>
To: pgadmin-hackers(at)postgresql(dot)org
Subject: pgAdmin 4 commit: Do not validate the model unnecessarily (when closing
Date: 2016-05-21 10:06:59
Message-ID: E1b43oB-0001Zc-KS@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Ashesh Vashi 2016-05-21 10:11:58 pgAdmin 4 commit: Changed the Select2Control to work more consistently.
Previous Message Ashesh Vashi 2016-05-21 09:40:06 Re: PATCH: Trigger function node (pgAdmin4)