| From: | Akshay Joshi <akshay(dot)joshi(at)enterprisedb(dot)com> |
|---|---|
| To: | pgadmin-hackers(at)lists(dot)postgresql(dot)org |
| Subject: | pgAdmin 4 commit: Fixed an issue where the users are unable to load the |
| Date: | 2021-10-14 06:14:28 |
| Message-ID: | E1mau0a-0001fk-3O@gothos.postgresql.org |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgadmin-hackers |
Fixed an issue where the users are unable to load the databases behind an HTTP reverse proxy. Fixes #6905
Branch
------
master
Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=2aac87569b5a7b388bc53a8ef1ee48306bbed66a
Author: Khushboo Vashi <khushboo(dot)vashi(at)enterprisedb(dot)com>
Modified Files
--------------
docs/en_US/release_notes_6_1.rst | 1 +
web/package.json | 2 +-
web/pgadmin/static/js/tree/tree.js | 4 +++
web/pgadmin/static/js/tree/tree_init.tsx | 3 +-
web/pgadmin/static/js/tree/tree_nodes.ts | 53 +++++++++++++++++---------------
web/yarn.lock | 4 +--
6 files changed, 37 insertions(+), 30 deletions(-)
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Akshay Joshi | 2021-10-14 06:15:52 | Re: [pgadmin4][patch] Fix typos of docs and comments. |
| Previous Message | Khushboo Vashi | 2021-10-14 04:56:20 | [pgAdmin4][Patch] - RM #6905 - Impossible to load databases |