Re: PATCH: To fix backgird node ajax cells issue [pgAdmin4]

From: Ashesh Vashi <ashesh(dot)vashi(at)enterprisedb(dot)com>
To: Murtuza Zabuawala <murtuza(dot)zabuawala(at)enterprisedb(dot)com>
Cc: pgadmin-hackers <pgadmin-hackers(at)postgresql(dot)org>
Subject: Re: PATCH: To fix backgird node ajax cells issue [pgAdmin4]
Date: 2016-02-01 10:59:59
Message-ID: CAG7mmozHtz1F16GvCbWEjoV7Zk9zH6YqMh7hB98QadEHwpvfMw@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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.enterprisedb.com>

*http://www.linkedin.com/in/asheshvashi*
<http://www.linkedin.com/in/asheshvashi>

On Mon, Feb 1, 2016 at 2:00 PM, Murtuza Zabuawala <
murtuza(dot)zabuawala(at)enterprisedb(dot)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(at)postgresql(dot)org)
> To make changes to your subscription:
> http://www.postgresql.org/mailpref/pgadmin-hackers
>
>

In response to

Browse pgadmin-hackers by date

  From Date Subject
Next Message Ashesh Vashi 2016-02-01 11:07:20 pgAdmin 4 commit: Allow to run the transform to be evaluated as functio
Previous Message Dave Page 2016-02-01 10:39:19 pgAdmin III commit: Update compiled message catalogs