pgadmin4/web/pgadmin/misc/file_manager
Surinder Kumar 1e66119ef5 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 previous dialogs not of currently dialog.

Now whenever an instance of File Manager is closed. its dom elements are also destroyed.
2016-10-21 14:26:12 +01:00
..
static/css File management dialogue enhancements: 2016-07-15 10:50:25 +01:00
templates/file_manager Ensure the File Manager honours the file type while traversing the directories. Fixes #1858 2016-10-21 14:26:12 +01:00
__init__.py Fix the file manager when used under Python 3. Fixes #1872 2016-10-21 12:43:02 +01:00