pgAdmin 4 commit: 1) Ensure that path file name should not disappear wh

From: Akshay Joshi <akshay(dot)joshi(at)enterprisedb(dot)com>
To: pgadmin-hackers(at)lists(dot)postgresql(dot)org
Subject: pgAdmin 4 commit: 1) Ensure that path file name should not disappear wh
Date: 2020-01-10 07:25:49
Message-ID: E1ipog1-0003u7-TZ@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

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.

Branch
------
master

Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=8b99a33e6ec2d351d866a09b64e4d3c60f6ad939
Author: Aditya Toshniwal <aditya(dot)toshniwal(at)enterprisedb(dot)com>

Modified Files
--------------
docs/en_US/release_notes_4_18.rst | 2 +
web/package.json | 2 +-
.../misc/file_manager/static/css/file_manager.css | 4 +-
web/pgadmin/misc/file_manager/static/js/utility.js | 453 ++++++++++++---------
.../file_manager/static/scss/_file_manager.scss | 41 +-
web/pgadmin/static/scss/_pgadmin.style.scss | 21 +-
web/yarn.lock | 8 +-
7 files changed, 298 insertions(+), 233 deletions(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Akshay Joshi 2020-01-10 07:26:32 Re: [pgAdmin][RM4827] Allow changing width of column in file dialog
Previous Message Akshay Joshi 2020-01-10 06:30:08 Re: Update wcDocker