Re: Plans for supporting other basemaps? Other than OSM

2019-12-18 Thread Aditya Toshniwal
On Thu, Dec 19, 2019 at 12:11 PM Pruss Wan wrote: > Hi, are there plans for exposing the basemap setting? Right now it is only > possible to use other basemap tiles hacking the bundled JS. > You can raise a feature request here - https://redmine.postgresql.org/projects/pgadmin4/issues/new -- T

Re: Plans for supporting other basemaps? Other than OSM

2019-12-18 Thread Pruss Wan
Hi, are there plans for exposing the basemap setting? Right now it is only possible to use other basemap tiles hacking the bundled JS. >

Re: Error [99] reset password

2019-12-18 Thread Aditya Toshniwal
Hi Zahid, You need to configure the pgAdmin SMTP params by creating config_local.py and changing MAIL_SERVER = 'localhost' MAIL_PORT = 25 MAIL_USE_SSL = False MAIL_USE_TLS = False MAIL_USERNAME = '' MAIL_PASSWORD = '' MAIL_DEBUG = False Ref https://www.pgadmin.org/docs/pgadmin4/4.16/config_py.h

Error [99] reset password

2019-12-18 Thread Zahid Rahman
I did reset my port 25 "sudo ufw allow 25" but made no diff. Which port is expect ? Thanks. [image: Mozilla Firefox_002.png]

pgAdmin 4 commit: Fixed couple of typos for edit types which results in

2019-12-18 Thread Akshay Joshi
Fixed couple of typos for edit types which results in showing proper edit types instead of all data types. Branch -- master Details --- https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=a6841bb1e18d902a32af36e1dd2ab80120971140 Author: Aditya Toshniwal Modified Files -

Re: [pgAdmin][RM4988] Refactoring of all the SQL files used by pgAdmin4

2019-12-18 Thread Akshay Joshi
Thanks, patch applied. On Wed, Dec 18, 2019 at 1:12 PM Aditya Toshniwal < aditya.toshni...@enterprisedb.com> wrote: > Hi Hackers, > > Had couple of typos in the previous patch. Although the edit types were > passed to the front end, they were not filtered and all the types were > displayed in edi