[pgadmin-hackers] pgAdmin 4 commit: Fixes #2321 - [Browser Tree] Shows only the newlycre - Mailing list pgadmin-hackers

From Ashesh Vashi
Subject [pgadmin-hackers] pgAdmin 4 commit: Fixes #2321 - [Browser Tree] Shows only the newlycre
Date
Msg-id E1cwKae-0000Sp-IG@gothos.postgresql.org
Whole thread Raw
List 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.zabuawala@enterprisedb.com>

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


pgadmin-hackers by date:

Previous
From: Shirley Wang
Date:
Subject: Re: [pgadmin-hackers] [Design Update] Visual design of query editorand results table
Next
From: Ashesh Vashi
Date:
Subject: Re: [pgadmin-hackers] [pgAdmin4][PATCH] Fix the issue in browser tree