[pgAdmin4][Patch]: Using client-side 'url_for' implementation inSqleditor module - Mailing list pgadmin-hackers

From Surinder Kumar
Subject [pgAdmin4][Patch]: Using client-side 'url_for' implementation inSqleditor module
Date
Msg-id CAM5-9D_RYn1Vj9vvO6HiJn74L8m9VALVMqm+GDuSe7+wAHpO6Q@mail.gmail.com
Whole thread Raw
Responses Re: [pgAdmin4][Patch]: Using client-side 'url_for' implementation inSqleditor module  (Dave Page <dpage@pgadmin.org>)
List pgadmin-hackers
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
Attachment

pgadmin-hackers by date:

Previous
From: Surinder Kumar
Date:
Subject: [pgAdmin4][Patch]: Using client-side 'url_for' implementation in thedatagrid module
Next
From: Khushboo Vashi
Date:
Subject: [pgAdmin4][patch]: Fixed RM #2507 : REVOKE privileges do not displayin SQL tab for the function