[pgAdmin4][datagrid] : Fix URL generation issue in datagrid

From: Neel Patel <neel(dot)patel(at)enterprisedb(dot)com>
To: pgadmin-hackers <pgadmin-hackers(at)postgresql(dot)org>
Subject: [pgAdmin4][datagrid] : Fix URL generation issue in datagrid
Date: 2016-05-25 12:18:56
Message-ID: CACCA4P2HRjNj+CgOSmd3DDRCKXxnJ_qq1D0Q+uBCcrDO2yKgEQ@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Hi,

Please find attached patch file for the fix of below issue.

*Issue:-*

This issue will reproduced only when user select "View Filtered Rows"
option from context menu.

URL parameters was not passed properly to filtered alertify dialog. Because
of this last preserved table OID will be in the URL not the selected table
node OID.

Thanks Murtuza for reporting this issue.

Thanks,
Neel Patel

Attachment Content-Type Size
datagrid_fix.patch application/octet-stream 2.0 KB

Responses

Browse pgadmin-hackers by date

  From Date Subject
Next Message Ashesh Vashi 2016-05-25 12:22:00 pgAdmin 4 commit: Error out - when user tries to load a binary file in
Previous Message Ashesh Vashi 2016-05-25 12:15:03 Re: PATCH: To fix the issue when user disconnects database and object menu remains the same (pgAdmin4)