pgAdmin 4 commit: Fixes #2321 - [Browser Tree] Shows only the newly cre

From: Ashesh Vashi <ashesh(dot)vashi(at)enterprisedb(dot)com>
To: pgadmin-hackers(at)postgresql(dot)org
Subject: pgAdmin 4 commit: Fixes #2321 - [Browser Tree] Shows only the newly cre
Date: 2017-04-07 03:29:36
Message-ID: E1cwKae-0000Sp-IG@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Fixes #2321 - [Browser Tree] Shows only the newly created node (not, all
other child node) of a parent node, when it has not been already loaded.

In order to resolve the issue - we will open the parent, and select the
created node, instead of adding it to parent node.

Branch
------
master

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

Modified Files
--------------
web/pgadmin/browser/templates/browser/js/browser.js | 21 ++++++++++++++++-----
1 file changed, 16 insertions(+), 5 deletions(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Ashesh Vashi 2017-04-07 03:29:49 Re: [pgAdmin4][PATCH] Fix the issue in browser tree
Previous Message Shirley Wang 2017-04-06 15:27:31 Re: [Design Update] Visual design of query editor and results table