Received: from malur.postgresql.org ([217.196.149.56]) by arkaria.postgresql.org with esmtp (Exim 4.84_2) (envelope-from ) id 1av3Bp-0002db-7B for pgadmin-hackers@arkaria.postgresql.org; Tue, 26 Apr 2016 13:38:09 +0000 Received: from localhost ([127.0.0.1] helo=postgresql.org) by malur.postgresql.org with smtp (Exim 4.84_2) (envelope-from ) id 1av3Bo-00028i-QF for pgadmin-hackers@arkaria.postgresql.org; Tue, 26 Apr 2016 13:38:08 +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 1av3Bo-000275-Bh for pgadmin-hackers@postgresql.org; Tue, 26 Apr 2016 13:38:08 +0000 Received: from mail-lf0-x235.google.com ([2a00:1450:4010:c07::235]) by makus.postgresql.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_CBC_SHA1:256) (Exim 4.84_2) (envelope-from ) id 1av3Bl-0004tq-DC for pgadmin-hackers@postgresql.org; Tue, 26 Apr 2016 13:38:07 +0000 Received: by mail-lf0-x235.google.com with SMTP id j11so18343320lfb.1 for ; Tue, 26 Apr 2016 06:38:05 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=enterprisedb-com.20150623.gappssmtp.com; s=20150623; h=mime-version:date:message-id:subject:from:to; bh=MkB9/xXqrGkGqTJxDVsmxUc2AQVoewgAZhkDbaqxnfU=; b=S6QdDVzDyGtrf1XDdcrsqkxATgZUx4IeAbfDh8i3eb/tG5/qnykCVmWSjDQlr25SWs 6Q8dEGWll0moNLUwu9tFzAPOYPnmlExDvUoHn6r2VjqWiC0hIyw+suZ+hAAA4l5cIfFi Ny6KideyRqD8JZ0oafYG9l2pCsICTKXQRUhKuZdxwCcusVs4fWsyQwXUjxrOv2xLIbIO ac4gm5w/7rUw3GUjlvOo7Erom9Qc330WqIKo/T4s4u3X6HOqzz7jLaWgLDkZtmEDH2Pq wW5ojh12bMkwvClr6zEbI35F/zQMKx3+8JYUjpp/k0mnlpHnADyMhAd4HTm+alENU/Xf xoYQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:date:message-id:subject:from:to; bh=MkB9/xXqrGkGqTJxDVsmxUc2AQVoewgAZhkDbaqxnfU=; b=C/W8qZulG9h4zLKcpO/8Swt1b0dLCkayYkOP7Zlp+RtmzUvUITHWHOJegz4L1sZJNY 2n7J4Y8Q9l04DmtdeMe/N7xY1n4znDhiOJWneH86V1pJsbUnWGiq1P3BngKjKCTEs2KJ 3+vjkKgkyG1HvHEHGhjbMuXZUrNCZIEu0M2HZxnd3rzoL5L3jFY5n6igMNAFw+XAAE6b 9UZSR+ay0pqRw4ZnZyBXRYecejoNruac+iEHjdj3HIea+uJrdwRlcjceKHSx3/HHEzdl EtEFr1vkW4Jf9wEi6R+nkSulnquFOrlWaKJlKvWMrFu9mQQAZlNlKhth2NCKW/YkXuXf QYnQ== X-Gm-Message-State: AOPr4FUHDX/rz2FfI0Zh9+QP3uMpmYXrs0lLOuebkqNmNpSjmVylMPqIWf97gYy5qfQn3MHGn5log5iTYwxFEnLN MIME-Version: 1.0 X-Received: by 10.25.4.202 with SMTP id 193mr1301108lfe.71.1461677883463; Tue, 26 Apr 2016 06:38:03 -0700 (PDT) Received: by 10.25.144.81 with HTTP; Tue, 26 Apr 2016 06:38:03 -0700 (PDT) Date: Tue, 26 Apr 2016 19:08:03 +0530 Message-ID: Subject: [pgAdmin4][Patch]: Fixed an issue related to update the tree From: Khushboo Vashi To: pgadmin-hackers Content-Type: multipart/mixed; boundary=001a113eb08e056066053163670e 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 --001a113eb08e056066053163670e Content-Type: multipart/alternative; boundary=001a113eb08e056061053163670c --001a113eb08e056061053163670c Content-Type: text/plain; charset=UTF-8 Hi, Fixed a minor bug related to update the tree in the node.js. Due to this bug, After updating the Node, if the response data is null then it gives an error. Please find the attached patch for the same. Thanks, Khushboo --001a113eb08e056061053163670c Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable
Hi,

Fixed a minor bug related to update= the tree in the node.js.
Due to this bug, =C2=A0After updating t= he Node, if the response data is null then it gives an error.
Please find the attached patch for the same.

Thanks,
Khushboo
--001a113eb08e056061053163670c-- --001a113eb08e056066053163670e Content-Type: text/x-patch; charset=US-ASCII; name="pgAdmin4_node_js.patch" Content-Disposition: attachment; filename="pgAdmin4_node_js.patch" Content-Transfer-Encoding: base64 X-Attachment-Id: f_inhh74ks0 ZGlmZiAtLWdpdCBhL3dlYi9wZ2FkbWluL2Jyb3dzZXIvdGVtcGxhdGVzL2Jy b3dzZXIvanMvbm9kZS5qcyBiL3dlYi9wZ2FkbWluL2Jyb3dzZXIvdGVtcGxh dGVzL2Jyb3dzZXIvanMvbm9kZS5qcwppbmRleCAyM2Q1NTljLi4xNWQ0YzYx IDEwMDY0NAotLS0gYS93ZWIvcGdhZG1pbi9icm93c2VyL3RlbXBsYXRlcy9i cm93c2VyL2pzL25vZGUuanMKKysrIGIvd2ViL3BnYWRtaW4vYnJvd3Nlci90 ZW1wbGF0ZXMvYnJvd3Nlci9qcy9ub2RlLmpzCkBAIC05MTgsNyArOTE4LDcg QEAgZnVuY3Rpb24oJCwgXywgUywgcGdBZG1pbiwgTWVudSwgQmFja2JvbmUs IEFsZXJ0aWZ5LCBwZ0Jyb3dzZXIsIEJhY2tmb3JtKSB7CiAgICAgICAgICAg fSBlbHNlIGlmICh2aWV3Lm1vZGVsLmdldCgnbmFtZScpKSB7CiAgICAgICAg ICAgICB0cmVlLnNldExhYmVsKGl0ZW0sIHtsYWJlbDogdmlldy5tb2RlbC5n ZXQoIm5hbWUiKX0pOwogICAgICAgICAgICAgaWYgKAotICAgICAgICAgICAg ICB2aWV3Lm1vZGVsLmdldCgnZGF0YScpLmljb24gJiYgdmlldy5tb2RlbC5n ZXQoJ2RhdGEnKS5pY29uICE9ICcnCisgICAgICAgICAgICAgIHZpZXcubW9k ZWwuZ2V0KCdkYXRhJykgJiYgdmlldy5tb2RlbC5nZXQoJ2RhdGEnKS5pY29u ICYmIHZpZXcubW9kZWwuZ2V0KCdkYXRhJykuaWNvbiAhPSAnJwogICAgICAg ICAgICAgKQogICAgICAgICAgICAgICB0cmVlLmFkZEljb24oaXRlbSwge2lj b246IHZpZXcubW9kZWwuZ2V0KCdkYXRhJykuaWNvbn0pOwogICAgICAgICAg IH0K --001a113eb08e056066053163670e Content-Type: text/plain Content-Disposition: inline Content-Transfer-Encoding: 8bit MIME-Version: 1.0 -- Sent via pgadmin-hackers mailing list (pgadmin-hackers@postgresql.org) To make changes to your subscription: http://www.postgresql.org/mailpref/pgadmin-hackers --001a113eb08e056066053163670e--