pgAdmin 4 commit: Revert "Make the file manager work a little more sane - Mailing list pgadmin-hackers

From Dave Page
Subject pgAdmin 4 commit: Revert "Make the file manager work a little more sane
Date
Msg-id E1bDxRH-00019l-K0@gothos.postgresql.org
Whole thread Raw
List pgadmin-hackers
Revert "Make the file manager work a little more sanely with regard to paths."

This breaks things even more on Windows :-(

This reverts commit 35243b9869d5191d1fbd5217e87acbfe288df827.

Branch
------
master

Details
-------
http://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=2c62d1a4b7290b1aac767f022153876e686b0652

Modified Files
--------------
web/pgadmin/misc/file_manager/__init__.py            |  3 +++
.../templates/file_manager/js/file_manager.js        | 20 +++++++++++++++-----
web/pgadmin/tools/sqleditor/__init__.py              |  2 ++
web/pgadmin/utils/paths.py                           |  4 ++--
4 files changed, 22 insertions(+), 7 deletions(-)


pgadmin-hackers by date:

Previous
From: Dave Page
Date:
Subject: pgAdmin 4 commit: Make the file manager work a little more sanely with
Next
From: Dave Page
Date:
Subject: pgAdmin 4 commit: Second attempt at fixing the file handling code. Test