[pgAdmin4][Patch]: Handle WSGI Alias while generating URL for endpoints.js - Mailing list pgadmin-hackers

From Murtuza Zabuawala
Subject [pgAdmin4][Patch]: Handle WSGI Alias while generating URL for endpoints.js
Date
Msg-id CAKKotZSZEW0+wvS13=yx_aSUgLVLt+i4Nc=au8S8KYmKNVix_A@mail.gmail.com
Whole thread Raw
Responses Re: [pgAdmin4][Patch]: Handle WSGI Alias while generating URL for endpoints.js
List pgadmin-hackers
Hi,

PFA patch to fix the issue where user were not able to run pgAdmin4 under WSGI Alias (example: localhost/pgadmin).
RM#2563

Issue:
- Removed hard coded url paths from base.html
- URL's are not generated with WSGI alias when we use current_app.url_map.iter_rules() function to fetch all the endpoints and their respective url's.

Please review.

--
Regards,
Murtuza Zabuawala
EnterpriseDB: http://www.enterprisedb.com
The Enterprise PostgreSQL Company

Attachment

pgadmin-hackers by date:

Previous
From: Dave Page
Date:
Subject: Re: [pgAdmin4][Patch]: Allow user to cancel long running queries from dashboard
Next
From: Dave Page
Date:
Subject: pgAdmin 4 commit: Fix paths under non-standard virtual directories.Fix