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(-) -- Sent via pgadmin-hackers mailing list ([email protected]) To make changes to your subscription: http://www.postgresql.org/mailpref/pgadmin-hackers
