pgAdmin 4 commit: Ensure the File Manager honours the file type while t - Mailing list pgadmin-hackers

From Dave Page
Subject pgAdmin 4 commit: Ensure the File Manager honours the file type while t
Date
Msg-id E1bxZpw-0001s4-HU@gothos.postgresql.org
Whole thread Raw
List pgadmin-hackers
Ensure the File Manager honours the file type while traversing the directories. Fixes #1858

When a File Manager is closed by clicking cancel button. Its dom element not destroyed.. So on traversing into
directories,when it tries to get currently selected file type, it looks into the dom element but it gets dom of
previousdialogs not of currently dialog. 

Now whenever an instance of File Manager is closed. its dom elements are also destroyed.

Branch
------
master

Details
-------
http://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=1e66119ef58e4d310daaece697e3546ec1380712
Author: Surinder Kumar <surinder.kumar@enterprisedb.com>

Modified Files
--------------
.../templates/file_manager/js/file_manager.js      | 28 +++++++++++++++++-----
.../sqleditor/templates/sqleditor/js/sqleditor.js  |  7 ++++++
2 files changed, 29 insertions(+), 6 deletions(-)


pgadmin-hackers by date:

Previous
From: Surinder Kumar
Date:
Subject: [pgAdmin4][Patch]: RM1867 - User can not drop package body under properties section
Next
From: Dave Page
Date:
Subject: Re: [pgAdmin4][Patch]: RM1858 - File Manager does not honour the file type while traversing the directories