pgAdmin 4 commit: Fix issue where pgAdmin does not load completely if l - Mailing list pgadmin-hackers

From Akshay Joshi
Subject pgAdmin 4 commit: Fix issue where pgAdmin does not load completely if l
Date
Msg-id E1iCIih-0001Yg-M5@gothos.postgresql.org
Whole thread Raw
List pgadmin-hackers
Fix issue where pgAdmin does not load completely if loaded in an iframe. Fixes #4756

Branch
------
master

Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=73dc130908506faf58c0ae1a172ac055685d9b9e
Author: Aditya Toshniwal <aditya.toshniwal@enterprisedb.com>

Modified Files
--------------
docs/en_US/release_notes_4_14.rst                  |  3 ++-
web/pgadmin/browser/static/js/browser.js           |  7 +++---
web/pgadmin/browser/static/js/layout.js            | 10 +++-----
web/pgadmin/browser/static/js/preferences.js       | 13 +++-------
web/pgadmin/dashboard/static/js/dashboard.js       | 10 ++++----
web/pgadmin/static/js/backform.pgadmin.js          | 11 ++++----
web/pgadmin/static/js/modify_animation.js          |  7 ++----
.../static/js/selection/xcell_selection_model.js   |  8 +++---
.../static/js/sqleditor/query_tool_actions.js      |  3 ++-
web/pgadmin/static/js/window.js                    | 28 +++++++++++++++++++++
.../tools/debugger/static/js/debugger_ui.js        |  6 ++---
web/pgadmin/tools/debugger/static/js/direct.js     | 16 ++++++------
web/pgadmin/tools/sqleditor/static/js/sqleditor.js | 29 +++++++++++-----------
13 files changed, 83 insertions(+), 68 deletions(-)


pgadmin-hackers by date:

Previous
From: Akshay Joshi
Date:
Subject: Re: [pgAdmin][RM4755] pgAdmin does not work behind reverse proxy ifin built server is used as it is
Next
From: Akshay Joshi
Date:
Subject: Re: [pgAdmin][RM4756] pgAdmin does not load completely if loaded inan iframe