Re: [pgAdmin4][Patch]: Using client-side 'url_for' implementation in Sqleditor module

2017-06-26 Thread Dave Page
Thanks, patch applied. On Mon, Jun 26, 2017 at 2:45 AM, Surinder Kumar wrote: > Hi > > Changes: > > 1. Replace Jinja {{ url_for }} with js 'url_for' > > 2. While minifying JS using webpack, I got couple of errors(variables > undefined) in browser for generated sqleditor.js, so declared those > va

[pgAdmin4][Patch]: Using client-side 'url_for' implementation in Sqleditor module

2017-06-25 Thread Surinder Kumar
Hi Changes: 1. Replace Jinja {{ url_for }} with js 'url_for' 2. While minifying JS using webpack, I got couple of errors(variables undefined) in browser for generated sqleditor.js, so declared those variables before using them. Please find attached patch. Thanks, Surinder Kumar url_for_sqled