Re: [pgAdmin4][Patch]: RM1728 - Properties are not refreshing after objects are edited - Mailing list pgadmin-hackers

From Surinder Kumar
Subject Re: [pgAdmin4][Patch]: RM1728 - Properties are not refreshing after objects are edited
Date
Msg-id CAM5-9D9s4sz_3dC9Hr6L_O6qEyB5qWE-GjNBvvS26rhguEWCEg@mail.gmail.com
Whole thread Raw
In response to Re: [pgAdmin4][Patch]: RM1728 - Properties are not refreshing after objects are edited  (Dave Page <dpage@pgadmin.org>)
Responses Re: [pgAdmin4][Patch]: RM1728 - Properties are not refreshing after objects are edited  (Dave Page <dpage@pgadmin.org>)
List pgadmin-hackers
Hi,

Please find updated patch with changes:
1) On debugging through JS files, the issue was in synonym update method which wasn't returning node object.
2) retrieving schema name in node.sql for creating node object in update method.

Please review and let me know for comments.

On Fri, Sep 23, 2016 at 2:44 PM, Dave Page <dpage@pgadmin.org> wrote:
Hi

On Fri, Sep 23, 2016 at 7:39 AM, Surinder Kumar
<surinder.kumar@enterprisedb.com> wrote:
> Hi
>
> Issue:
> on updating node, we deselect and then again select the node updated to
> refresh the panel. but it needs some delay of few milliseconds between
> deselect and select to fix this issue.
>
> Please find attached patch and review.

This does not resolve the issue for me. I tested using a synonym to a
package on EPAS 9.5, by changing the target package name.


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

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

Attachment

pgadmin-hackers by date:

Previous
From: Murtuza Zabuawala
Date:
Subject: PATCH: To fix the '/logout' redirects to '/' (pgAdmin4)
Next
From: Dave Page
Date:
Subject: pgAdmin 4 commit: Ensure we go back to the login page after logging out