From: | Dave Page <dpage(at)pgadmin(dot)org> |
---|---|
To: | pgadmin-hackers(at)postgresql(dot)org |
Subject: | pgAdmin 4 commit: Ensure that refreshing a node also updates the Proper |
Date: | 2018-08-13 12:47:22 |
Message-ID: | E1fpCFm-0006Mj-DI@gothos.postgresql.org |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgadmin-hackers |
Ensure that refreshing a node also updates the Property list. Fixes #3461
Branch
------
master
Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=008359ad3a38f246755111b257bed4deb8f1bf04
Author: Akshay Joshi <akshay(dot)joshi(at)enterprisedb(dot)com>
Modified Files
--------------
docs/en_US/release_notes_3_3.rst | 1 +
web/pgadmin/browser/static/js/browser.js | 2 ++
web/pgadmin/browser/static/js/node.js | 40 ++++++----------------
web/pgadmin/misc/depends/static/js/depends.js | 34 ++++++++++++++++++
web/pgadmin/misc/sql/static/js/sql.js | 25 ++++++++++++++
.../misc/statistics/static/js/statistics.js | 31 +++++++++++++++++
6 files changed, 103 insertions(+), 30 deletions(-)
From | Date | Subject | |
---|---|---|---|
Next Message | Dave Page | 2018-08-13 12:48:31 | Re: [pgAdmin4][Patch]: RM #3461 Properties/SQL panel contents does not updates when user perform Refresh operation on the node |
Previous Message | Akshay Joshi | 2018-08-13 11:01:41 | [pgAdmin4][Patch]: RM #3461 Properties/SQL panel contents does not updates when user perform Refresh operation on the node |