pgAdmin 4 commit: Allow the selection order to be preserved in the Sele

From: Dave Page <dpage(at)pgadmin(dot)org>
To: pgadmin-hackers(at)lists(dot)postgresql(dot)org
Subject: pgAdmin 4 commit: Allow the selection order to be preserved in the Sele
Date: 2018-10-31 10:09:45
Message-ID: E1gHnRZ-0002mC-Mg@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(dot)joshi(at)enterprisedb(dot)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(+)

Browse pgadmin-hackers by date

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