pgAdmin 4 commit: Export job fails when deselecting all the columns. - Mailing list pgadmin-hackers

From Akshay Joshi
Subject pgAdmin 4 commit: Export job fails when deselecting all the columns.
Date
Msg-id E1iGI3b-0006FH-Rd@gothos.postgresql.org
Whole thread Raw
List 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(-)


pgadmin-hackers by date:

Previous
From: Ashesh Vashi
Date:
Subject: Re: PATCH: RM #4778 - Query Plan Analyser
Next
From: Aditya Toshniwal
Date:
Subject: Re: [pgAdmin][RM4728] more strongly highlight the closing or opening parenthesis when the cursor is over one