[RM2283] [pgAdmin4] minor patch for select2 cell

From: Harshal Dhumal <harshal(dot)dhumal(at)enterprisedb(dot)com>
To: pgadmin-hackers <pgadmin-hackers(at)postgresql(dot)org>
Subject: [RM2283] [pgAdmin4] minor patch for select2 cell
Date: 2017-03-23 09:04:17
Message-ID: CAFiP3vxaAXzK-fLRiDgpoKHuHQ7cqE7ZBDmXqVa1L+5tO96+wA@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Hi,

PFA minor patch for RM2283.

Issue: When setting default selection of multiple values we need to check
if select2 cell is in multiselect mode. We need to check this as javascript
assumes string as array of chars and tries to set individual char as
selected option in cell.

Attachment Content-Type Size
RM2283.patch application/octet-stream 910 bytes

Responses

Browse pgadmin-hackers by date

  From Date Subject
Next Message Dave Page 2017-03-23 09:17:56 Re: Re-vamping the history tab
Previous Message Atira Odhner 2017-03-22 22:01:33 [patch] Move test_utils.py into python_test_utils/