Re: [pgAdmin][RM4407] White page on PG admin 4.9 when locale is French

2019-06-28 Thread Dave Page
Thanks, applied. On Fri, Jun 28, 2019 at 7:04 AM Aditya Toshniwal < aditya.toshni...@enterprisedb.com> wrote: > Hi Hackers, > > Attached is the patch to fix an issue where the rendered utils.js breaks > when locale is French. The French characters can have single quotes. Code > is changed to use

[pgAdmin][RM4407] White page on PG admin 4.9 when locale is French

2019-06-28 Thread Aditya Toshniwal
Hi Hackers, Attached is the patch to fix an issue where the rendered utils.js breaks when locale is French. The French characters can have single quotes. Code is changed to use double quotes around the strings. The patch was sent to the user facing this, and the issue was resolved for him. Kindl