Received: from malur.postgresql.org ([217.196.149.56]) by arkaria.postgresql.org with esmtp (Exim 4.84_2) (envelope-from ) id 1bm1Ig-0002mD-Ah for pgadmin-hackers@arkaria.postgresql.org; Mon, 19 Sep 2016 16:20:10 +0000 Received: from localhost ([127.0.0.1] helo=postgresql.org) by malur.postgresql.org with smtp (Exim 4.84_2) (envelope-from ) id 1bm1If-00028M-Tz for pgadmin-hackers@arkaria.postgresql.org; Mon, 19 Sep 2016 16:20:09 +0000 Received: from makus.postgresql.org ([2001:4800:1501:1::229]) by malur.postgresql.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_CBC_SHA384:256) (Exim 4.84_2) (envelope-from ) id 1bm1IS-0001sf-Kv for pgadmin-hackers@postgresql.org; Mon, 19 Sep 2016 16:19:56 +0000 Received: from mail-io0-x231.google.com ([2607:f8b0:4001:c06::231]) by makus.postgresql.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_CBC_SHA1:256) (Exim 4.84_2) (envelope-from ) id 1bm1IL-0008JM-Rr for pgadmin-hackers@postgresql.org; Mon, 19 Sep 2016 16:19:55 +0000 Received: by mail-io0-x231.google.com with SMTP id q92so96603217ioi.1 for ; Mon, 19 Sep 2016 09:19:49 -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=fZIiwRUmIEt/N6QmJ/9nHP5Ygtdr/5AGlYiALPtACas=; b=TiHx2XWPBblswvxp895vD6lAfe9lMGWGraVSFr41Yjkh5HRoSdbKiW4zyrj+8onHiO oU11+x1Xt3NLketXSHmJdtNUor5sApu/6oI3nLMq7SHYZvbslb9AfTiv7DCNt7dm5ZAo 5GhsNCO4jizBPxDMYojz3cjSPiwRgchnrife5XBxcVE/EQyFVfShrqJAPFkKMKupPCS2 LM1hQqomXW2K2kTGlDFcvHl3M3uEX7WVHthQuTVBYwIE0AseZ0aXLIV/o2ODQYUpUSYJ kaOAH05yl+dN5hSOVmbdnmZmZ6wfVNE7uFYMjwnwf9Z3RlJjDZ5nU709azXwRvyjqYKG Y4YA== 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=fZIiwRUmIEt/N6QmJ/9nHP5Ygtdr/5AGlYiALPtACas=; b=GY8/paQUFe73ciO2FIa6zn2QXXKKBwlIoxYncRde/bkpVaFk//qPF0BmAejolnQm9U 083GXp85hzjU7xp7l0KVPWXatBWTQ6heACeb218I3jsC5f8CO2T71CcwbsIHny/2FPHo Du5sTsQJe5T5oxw8tmF9C7go3/XSIKKxvk12jxsvWppF7cJ8e6pLTuyN+5Gz+i16SZ9C L9bjtFV8IhG6l608+XtY3EOs9Zuoj4w0QbjSVND+HOHZKB+g2zazKxpoin/NeaZyrvqG vW7W3glRahujmQeXYOLEqZZnCuAmL6z5ViZ6D4YQ5vTIv+yizflJcpwUJp5gAGQ1mHos 3iUw== X-Gm-Message-State: AE9vXwM/kcdSw086SjoMcqdM56IQGvHA2Bi00F+oX96SfkKUKn4crrAyjqGRQXX8ve6Laqa6/2zr5BD5jBg7Rw== X-Received: by 10.107.48.18 with SMTP id w18mr31396973iow.147.1474301989053; Mon, 19 Sep 2016 09:19:49 -0700 (PDT) MIME-Version: 1.0 Received: by 10.64.1.203 with HTTP; Mon, 19 Sep 2016 09:19:48 -0700 (PDT) In-Reply-To: References: From: Dave Page Date: Mon, 19 Sep 2016 17:19:48 +0100 Message-ID: Subject: Re: [pgAdmin4][Patch]: RM1627 - Objects are not visible after creation until press refresh button To: Surinder Kumar Cc: pgadmin-hackers , Ashesh Vashi 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 Hi On Mon, Sep 19, 2016 at 4:23 PM, Surinder Kumar wrote: > Hi > > Please find patch with following fixes: > > 1) Newly added server-group not listing in tree view. > > 2) On creating a first node for collection node with no child. the created > node doesn't show up under its respective parent node. > - to add a node to child under its parent node. its parent node attribute > must be set 'inode: true' but it always gets false for inode that doesn't > add the node. > > Ashesh - Can you please review it? I tested this by adding a sequence to a database and schema that didn't previously contain any. The node was not added, and in the Javascript console I get: browser.js:1108 Failed to append -- 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