pgAdmin 4 commit: Allow the selection order to be preserved in theSele - Mailing list pgadmin-hackers

From Dave Page
Subject pgAdmin 4 commit: Allow the selection order to be preserved in theSele
Date
Msg-id E1gHnRZ-0002mC-Mg@gothos.postgresql.org
Whole thread Raw
List pgadmin-hackers
Allow the selection order to be preserved in the Select2 control to fix column ordering in data Import/Export. Fixes
#3029

Branch
------
master

Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=3359a0de7abc65ce7b30d2fce465e48caa35ac5d
Author: Akshay Joshi <akshay.joshi@enterprisedb.com>

Modified Files
--------------
docs/en_US/release_notes.rst                       |  1 +
docs/en_US/release_notes_3_6.rst                   | 18 ++++++++++++++++++
web/pgadmin/static/js/backform.pgadmin.js          | 22 ++++++++++++++++++++++
.../tools/import_export/static/js/import_export.js |  2 ++
4 files changed, 43 insertions(+)


pgadmin-hackers by date:

Previous
From: Khushboo Vashi
Date:
Subject: Re: [pgAdmin4][Patch]: RM #1513 - Unable to do max selection to drop tables/sequences/functions
Next
From: Dave Page
Date:
Subject: Re: [pgAdmin4][Patch]: RM #3029 Cannot sort columns when importing data