pgAdmin 4 commit: Resolved few undo action on UI tabs - tabs were not g

From: Ashesh Vashi <ashesh(dot)vashi(at)enterprisedb(dot)com>
To: pgadmin-hackers(at)postgresql(dot)org
Subject: pgAdmin 4 commit: Resolved few undo action on UI tabs - tabs were not g
Date: 2015-10-30 07:37:43
Message-ID: E1Zs4Fr-0007ZZ-CH@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Resolved few undo action on UI tabs - tabs were not getting activated
during undo-redo action. Also, resolved the focus losing issue, which
closing the subnode editor using undo action.

Also, resolved an issue related to 'beforeopen' failed on server node,
due to api changes on tree events.

Branch
------
master

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

Modified Files
--------------
.../servers/templates/servers/servers.js | 8 +-
.../browser/templates/browser/js/browser.js | 5 +-
web/pgadmin/browser/templates/browser/js/node.js | 80 ++++++++++++++------
web/pgadmin/static/js/backform.pgadmin.js | 14 ++--
web/pgadmin/static/js/backgrid/backgrid.pgadmin.js | 4 +
5 files changed, 77 insertions(+), 34 deletions(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Ashesh Vashi 2015-11-03 06:02:16 pgAdmin 4 commit: Do not allow to edit data from the properties dialog
Previous Message Ashesh Vashi 2015-10-29 20:33:41 pgAdmin 4 commit: Added undo action on some of the UI changes too.