pgAdmin 4 commit: Do not rely on the individual model (instead use the

From: Ashesh Vashi <ashesh(dot)vashi(at)enterprisedb(dot)com>
To: pgadmin-hackers(at)postgresql(dot)org
Subject: pgAdmin 4 commit: Do not rely on the individual model (instead use the
Date: 2016-03-15 15:49:54
Message-ID: E1afrEI-0007O3-DS@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Do not rely on the individual model (instead use the first level 'top'
model) to fetch the node_info, because - when loading the data in the
collection, it may not initialize all the parameters.

Branch
------
master

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

Modified Files
--------------
web/pgadmin/browser/server_groups/servers/static/js/privilege.js | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Dave Page 2016-03-15 15:52:13 depends.js and sql.js
Previous Message Dave Page 2016-03-15 15:45:56 pgAdmin 4 commit: Improve message display.