pgAdmin 4 commit: Flask 1.0.2 does not allow a dot (.) in the view_func

From: Ashesh Vashi <ashesh(dot)vashi(at)enterprisedb(dot)com>
To: pgadmin-hackers(at)postgresql(dot)org
Subject: pgAdmin 4 commit: Flask 1.0.2 does not allow a dot (.) in the view_func
Date: 2018-06-18 04:30:25
Message-ID: E1fUlo9-00055z-Kk@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Flask 1.0.2 does not allow a dot (.) in the view_func name, which we use
during generting the routes for the node.

References:
https://github.com/pallets/flask/commit/2f57a0b917478a028859b9d036b59cf1bba6cad2
https://github.com/pallets/flask/issues/2790

Fixes #3360
Reported by: Marcelo Mendes
Investigated by: Khushboo Vashi

Branch
------
master

Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=f2cef3836421d733df9260edb22b9db4bf19a3b9

Modified Files
--------------
web/pgadmin/browser/utils.py | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message pgAdmin 4 Jenkins 2018-06-18 04:43:15 Build failed in Jenkins: pgadmin4-master-python33 #662
Previous Message Dave Page 2018-06-18 01:35:16 Re: [pgadmin][patch] Electron version 4.X