pgAdmin 4 commit: Export job fails when deselecting all the columns.

From: Akshay Joshi <akshay(dot)joshi(at)enterprisedb(dot)com>
To: pgadmin-hackers(at)lists(dot)postgresql(dot)org
Subject: pgAdmin 4 commit: Export job fails when deselecting all the columns.
Date: 2019-10-04 07:31:19
Message-ID: E1iGI3b-0006FH-Rd@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Export job fails when deselecting all the columns.

Select2 parameter 'first_empty' should be set to false for the controls of type array.
If it is true then on deselecting/clearing all the values, an empty entry is still there.

Fixes #4751

Branch
------
master

Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=bf2c001c870204c90c8c39ddbc7849bd0494dd37

Modified Files
--------------
docs/en_US/release_notes_4_14.rst | 1 +
.../server_groups/servers/databases/schemas/tables/static/js/table.js | 4 ++--
web/pgadmin/tools/import_export/static/js/import_export.js | 3 ++-
3 files changed, 5 insertions(+), 3 deletions(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Aditya Toshniwal 2019-10-04 08:13:10 Re: [pgAdmin][RM4728] more strongly highlight the closing or opening parenthesis when the cursor is over one
Previous Message Ashesh Vashi 2019-10-03 12:24:11 Re: PATCH: RM #4778 - Query Plan Analyser