1) Ensure that path file name should not disappear when changing ext from the dropdown in file explorer dialog. Fixes #3812.

2) Fix column resizable issue in the file explorer dialog. Fixes #4827.

Used tablesorter's resizable widget.
This commit is contained in:
Aditya Toshniwal
2020-01-10 12:53:32 +05:30
committed by Akshay Joshi
parent a54efeddfa
commit 8b99a33e6e
7 changed files with 299 additions and 234 deletions

View File

@@ -19,4 +19,6 @@ Housekeeping
Bug fixes
*********
| `Issue #3812 <https://redmine.postgresql.org/issues/3812>`_ - Ensure that path file name should not disappear when changing ext from the dropdown in file explorer dialog.
| `Issue #4827 <https://redmine.postgresql.org/issues/4827>`_ - Fix column resizable issue in the file explorer dialog.
| `Issue #5074 <https://redmine.postgresql.org/issues/5074>`_ - Fix an issue where select, insert and update scripts on tables throwing an error.