pgAdmin 4 commit: Ensure that units are respected when sorting by file

From: Dave Page <dpage(at)pgadmin(dot)org>
To: pgadmin-hackers(at)lists(dot)postgresql(dot)org
Subject: pgAdmin 4 commit: Ensure that units are respected when sorting by file
Date: 2019-11-01 15:00:40
Message-ID: E1iQYPo-0007zA-JD@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Ensure that units are respected when sorting by file size in the File dialog. Fixes #4647

Branch
------
master

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

Modified Files
--------------
docs/en_US/release_notes_4_15.rst | 1 +
web/pgadmin/misc/file_manager/__init__.py | 2 +-
web/pgadmin/misc/file_manager/static/js/utility.js | 18 ++++++------------
web/webpack.shim.js | 1 +
4 files changed, 9 insertions(+), 13 deletions(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Dave Page 2019-11-01 15:00:54 Re: [pgAdmin][RM4647] Select File Dialog Sort by file size does not take units into account
Previous Message Dave Page 2019-11-01 12:10:41 Re: [pgAdmin][RM3999] SQL Editor - Upper case shortcut on MacOS