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

From: Dave Page <dpage(at)pgadmin(dot)org>
To: Surinder Kumar <surinder(dot)kumar(at)enterprisedb(dot)com>
Cc: pgadmin-hackers <pgadmin-hackers(at)postgresql(dot)org>
Subject: Re: [pgAdmin4][Patch]: Using client-side 'url_for' implementation in the datagrid module
Date: 2017-06-26 11:43:32
Message-ID: CA+OCxoyqCFCJ2QyMv2=13fRrK6TFK+VVsssZ50FnwT0-1-wsyw@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Thanks, patch applied.

On Mon, Jun 26, 2017 at 2:05 AM, Surinder Kumar
<surinder(dot)kumar(at)enterprisedb(dot)com> wrote:
> Hi
>
> Changes:
>
> 1. Replace Jinja {{ url_for }} with js 'url_for'
>
> 2. While minifying JS using webpack, the code to open QueryToolPanel and
> DatagridPanel wasn't working. This is fixed.
>
> Please find attached patch.
>
> Thanks,
> Surinder Kumar

--
Dave Page
Blog: http://pgsnake.blogspot.com
Twitter: @pgsnake

EnterpriseDB UK: http://www.enterprisedb.com
The Enterprise PostgreSQL Company

In response to

Responses

Browse pgadmin-hackers by date

  From Date Subject
Next Message Dave Page 2017-06-26 11:44:15 pgAdmin 4 commit: Use client-side url_for in the sql editor and data gr
Previous Message Dave Page 2017-06-26 11:43:17 Re: [pgAdmin4][Patch]: Using client-side 'url_for' implementation in Sqleditor module