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
Hi, are there plans for exposing the basemap setting? Right now it is only
possible to use other basemap tiles hacking the bundled JS.
>
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
I did reset my port 25 "sudo ufw allow 25"
but made no diff. Which port is expect ? Thanks.
[image: Mozilla Firefox_002.png]
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
-
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