pgAdmin 4 commit: Don't append new objects to the wrong parent, if the

From: Dave Page <dpage(at)pgadmin(dot)org>
To: pgadmin-hackers(at)postgresql(dot)org
Subject: pgAdmin 4 commit: Don't append new objects to the wrong parent, if the
Date: 2016-10-18 11:37:47
Message-ID: E1bwSiJ-0006K8-4j@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Don't append new objects to the wrong parent, if the correct one isn't loaded. Fixes #1838

Branch
------
master

Details
-------
http://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=b9571df4de14a72b2b102147c8981b6a77b20daa
Author: Murtuza Zabuawala <murtuza(dot)zabuawala(at)enterprisedb(dot)com>

Modified Files
--------------
web/pgadmin/browser/templates/browser/js/browser.js | 18 +++++++++++++++---
web/pgadmin/browser/templates/browser/js/node.js | 13 ++++++++++---
2 files changed, 25 insertions(+), 6 deletions(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Dave Page 2016-10-18 11:38:01 Re: PATCH: To fix the issue in browser tree (pgAdmin4)
Previous Message Dave Page 2016-10-18 11:01:41 Re: pgAdmin IV: Resource group API test cases