pgadmin4/web/pgadmin/tools/sqleditor
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 Fix layout of the filter box. 2016-09-26 10:48:31 +01:00
templates/sqleditor Ensure the File Manager honours the file type while traversing the directories. Fixes #1858 2016-10-21 14:26:12 +01:00
__init__.py Save error details when executing to CSV, if no data is returned. This ensures the user gets some feedback rather than nothing at all. Fixes #1592 2016-09-20 11:57:51 +01:00
command.py Bulk delete rows in SlickGrid. Fixes #1696 2016-09-16 16:46:58 +01:00