pgAdmin 4 commit: Resolved few undo action on UI tabs - tabs were not g - Mailing list pgadmin-hackers

From Ashesh Vashi
Subject pgAdmin 4 commit: Resolved few undo action on UI tabs - tabs were not g
Date
Msg-id E1Zs4Fr-0007ZZ-CH@gothos.postgresql.org
Whole thread Raw
List 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(-)


pgadmin-hackers by date:

Previous
From: Ashesh Vashi
Date:
Subject: pgAdmin 4 commit: Added undo action on some of the UI changes too.
Next
From: Ashesh Vashi
Date:
Subject: pgAdmin 4 commit: Do not allow to edit data from the properties dialog