Fix issue where pgAdmin does not load completely if loaded in an iframe. Fixes #4756

This commit is contained in:
Aditya Toshniwal
2019-09-23 12:55:02 +05:30
committed by Akshay Joshi
parent 82aa2d1819
commit 73dc130908
13 changed files with 83 additions and 68 deletions

View File

@@ -18,4 +18,5 @@ Bug fixes
*********
| `Issue #4199 <https://redmine.postgresql.org/issues/4199>`_ - Ensure that 'ENTER' key in the data filter should not run the query.
| `Issue #4755 <https://redmine.postgresql.org/issues/4755>`_ - Ensure that pgAdmin should work behind reverse proxy if the inbuilt server is used as it is.
| `Issue #4755 <https://redmine.postgresql.org/issues/4755>`_ - Ensure that pgAdmin should work behind reverse proxy if the inbuilt server is used as it is.
| `Issue #4756 <https://redmine.postgresql.org/issues/4756>`_ - Fix issue where pgAdmin does not load completely if loaded in an iframe.