Received: from malur.postgresql.org ([217.196.149.56]) by arkaria.postgresql.org with esmtp (Exim 4.84_2) (envelope-from ) id 1bnPcX-0000Ou-Ke for pgadmin-hackers@arkaria.postgresql.org; Fri, 23 Sep 2016 12:30:25 +0000 Received: from localhost ([127.0.0.1] helo=postgresql.org) by malur.postgresql.org with smtp (Exim 4.84_2) (envelope-from ) id 1bnPcX-00044B-6r for pgadmin-hackers@arkaria.postgresql.org; Fri, 23 Sep 2016 12:30:25 +0000 Received: from magus.postgresql.org ([2a02:c0:301:0:ffff::29]) by malur.postgresql.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_CBC_SHA384:256) (Exim 4.84_2) (envelope-from ) id 1bnPcW-000445-QQ for pgadmin-hackers@postgresql.org; Fri, 23 Sep 2016 12:30:24 +0000 Received: from mail-it0-x22c.google.com ([2607:f8b0:4001:c0b::22c]) by magus.postgresql.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_CBC_SHA1:256) (Exim 4.84_2) (envelope-from ) id 1bnPcT-0006Ud-B8 for pgadmin-hackers@postgresql.org; Fri, 23 Sep 2016 12:30:24 +0000 Received: by mail-it0-x22c.google.com with SMTP id o3so13192678ita.1 for ; Fri, 23 Sep 2016 05:30:20 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=pgadmin-org.20150623.gappssmtp.com; s=20150623; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc; bh=syTDiXe5nS94gG4ch3anQttOf3Foafdk32ybpehJkE8=; b=TWIe0h4JMEZMss9p1P1wbn3iedrJ+4YqvOw/eaSTveDFEcCOJPBgj4ZuiKz/nTIl9o ns9DQv1GuDxsy76w6KqPoAISHwnu18RBYZvumgNpPbWgdaZlLJ2OT7V+rE3b+FvnEbha kR4/oyv+ZgHowkdyfuzGz/m/iMPP6uk+oVyDOJnrzYWy2w531kMgFjsczgHYn18HX4qR IXgzH8KLbVQdh4pBmxKMFJLYB48Q1tQz3Ba9wfQb3T7YHBYyCGsdrpsFV4i8jEyjJfe3 RrRqmCK401VM7RK5aQHU1nm7bdWuF8NiSbC86tOk0WmrzJGSes1dtCeNeQMTrWE0b0a/ FkDg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to:cc; bh=syTDiXe5nS94gG4ch3anQttOf3Foafdk32ybpehJkE8=; b=AIocBCR2ae18USQchXdNU2cKRTS8OTAs6QFPr/syuCkwUBNFWyjIMPug4hRr0dN653 0tarB6YpVTZYPU4BWBye9mGgKPf1NVawSTxFbGl8+/2LzZ5POsHdkqAy/vuQcBaXaOAV lMLhTHOg8tb5/oF//L3JmwX+iDpnLwx9775LlHN+2blzqaBJJQP58c/wAEteZICBh3Xa AjtNq7dUSZ6ZfPDjDbDo1urHFFKMmLwcE+1XwgNHIkNKNAYrx5Ww0XI7nUAoEWIhwPvR SxbtclXykIcPJnn9EFFQSlm6LeFmAopdeL+f+S2URLYQ4OMtdTPxUOlzoo4xJPGcy9Pv iz+g== X-Gm-Message-State: AA6/9Rk83bzSUWF5191tMy5AaiLrzDXF0sC5tYKegYBcVQBcCUyJ4YaNUMs9XS2ulzeVmkYeeByk7DuYSD/frg== X-Received: by 10.36.53.214 with SMTP id k205mr2908854ita.85.1474633819300; Fri, 23 Sep 2016 05:30:19 -0700 (PDT) MIME-Version: 1.0 Received: by 10.64.1.203 with HTTP; Fri, 23 Sep 2016 05:30:18 -0700 (PDT) In-Reply-To: References: From: Dave Page Date: Fri, 23 Sep 2016 13:30:18 +0100 Message-ID: Subject: Re: [pgAdmin4][Patch]: RM1728 - Properties are not refreshing after objects are edited To: Surinder Kumar Cc: pgadmin-hackers Content-Type: text/plain; charset=UTF-8 X-Pg-Spam-Score: -2.6 (--) List-Archive: List-Help: List-ID: List-Owner: List-Post: List-Subscribe: List-Unsubscribe: X-Mailing-List: pgadmin-hackers Precedence: bulk Sender: pgadmin-hackers-owner@postgresql.org Umm, no it wasn't - sorry. I see the same issue with Types. Can you fix that, and check all other nodes as well please? Thanks. On Fri, Sep 23, 2016 at 1:29 PM, Dave Page wrote: > Thanks, applied. > > On Fri, Sep 23, 2016 at 12:05 PM, Surinder Kumar > wrote: >> 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 wrote: >>> >>> Hi >>> >>> On Fri, Sep 23, 2016 at 7:39 AM, Surinder Kumar >>> 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 >> >> > > > > -- > Dave Page > Blog: http://pgsnake.blogspot.com > Twitter: @pgsnake > > EnterpriseDB UK: http://www.enterprisedb.com > The Enterprise PostgreSQL Company -- Dave Page Blog: http://pgsnake.blogspot.com Twitter: @pgsnake EnterpriseDB UK: http://www.enterprisedb.com The Enterprise PostgreSQL Company -- Sent via pgadmin-hackers mailing list (pgadmin-hackers@postgresql.org) To make changes to your subscription: http://www.postgresql.org/mailpref/pgadmin-hackers