pgAdmin 4 commit: Handle saved directories that no longer exist gracefu

From: Dave Page <dpage(at)pgadmin(dot)org>
To: pgadmin-hackers(at)postgresql(dot)org
Subject: pgAdmin 4 commit: Handle saved directories that no longer exist gracefu
Date: 2017-02-03 14:19:25
Message-ID: E1cZehx-0007DD-IJ@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Handle saved directories that no longer exist gracefully. Fixes #2110

Branch
------
master

Details
-------
http://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=c17e201a92b03404065fd6518f8d33593d64e7a7
Author: Neel Patel <neel(dot)patel(at)enterprisedb(dot)com>

Modified Files
--------------
web/pgadmin/misc/file_manager/__init__.py | 43 ++++++++++++++++++-------------
1 file changed, 25 insertions(+), 18 deletions(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Dave Page 2017-02-03 14:20:14 Re: [pgAdmin4][patch][FileManager]: RM-2110 - Invalid path error displayed
Previous Message Khushboo Vashi 2017-02-03 13:59:06 Re: [pgAdmin4][Patch]: RM 2089 - PARALLEL SAFE support for functions missing