pgadmin4/web
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
..
pgadmin Ensure the File Manager honours the file type while traversing the directories. Fixes #1858 2016-10-21 14:26:12 +01:00
regression Always create databases from template0 when running regression tests, to ensure consistency and avoid concurrency issues. 2016-10-18 11:57:31 +01:00
babel.cfg Fix i18n for the docking system. 2015-03-03 10:51:29 +00:00
config.py Move security keys into the SQLite database, and auto-generate them. 2016-10-19 09:22:38 +01:00
pgAdmin4.py Move security keys into the SQLite database, and auto-generate them. 2016-10-19 09:22:38 +01:00
pgAdmin4.wsgi Fix WSGI support. 2016-08-18 13:43:00 +01:00
setup.py Ensure the auto-generated CSRF_SESSION_KEY, SECRET_KEY, 2016-10-20 13:16:31 +05:30