Thread: pgAdmin 4 commit: Flask 1.0.2 does not allow a dot (.) in theview_func

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

From
Ashesh Vashi
Date:
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(-)