Re: PATCH: To fix backgird node ajax cells issue [pgAdmin4] - Mailing list pgadmin-hackers

From Ashesh Vashi
Subject Re: PATCH: To fix backgird node ajax cells issue [pgAdmin4]
Date
Msg-id CAG7mmozHtz1F16GvCbWEjoV7Zk9zH6YqMh7hB98QadEHwpvfMw@mail.gmail.com
Whole thread Raw
In response to PATCH: To fix backgird node ajax cells issue [pgAdmin4]  (Murtuza Zabuawala <murtuza.zabuawala@enterprisedb.com>)
List pgadmin-hackers
Hi Murtuza, 

As discussed personally, we need to escape and unescape the data at UI level only.
Otherwise - the general purpose cell and control - NodeAjaxListByIdControl/NodeAjaxListByNameControl, and NodeAjaxListByNameCell/NodeAjaxListByIdCell, does not work as expected.

--

Thanks & Regards,

Ashesh Vashi
EnterpriseDB INDIA: Enterprise PostgreSQL Company


http://www.linkedin.com/in/asheshvashi


On Mon, Feb 1, 2016 at 2:00 PM, Murtuza Zabuawala <murtuza.zabuawala@enterprisedb.com> wrote:
Hi,

PFA patch to fix an issue in node ajax cells for backgrid causing unescaped values in select2.

Before fix: pg_catalog.&quot;C&quot;
After fix: pg_catalog.”C"


Regards,
Murtuza




--
Sent via pgadmin-hackers mailing list (pgadmin-hackers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgadmin-hackers


pgadmin-hackers by date:

Previous
From: Dave Page
Date:
Subject: pgAdmin III commit: Update compiled message catalogs
Next
From: Ashesh Vashi
Date:
Subject: pgAdmin 4 commit: Allow to run the transform to be evaluated as functio