pgAdmin 4 commit: Fix binary search algorithm so new treeview nodes are

From: Dave Page <dpage(at)pgadmin(dot)org>
To: pgadmin-hackers(at)postgresql(dot)org
Subject: pgAdmin 4 commit: Fix binary search algorithm so new treeview nodes are
Date: 2017-04-12 12:01:29
Message-ID: E1cyGxl-0001FK-3p@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Fix binary search algorithm so new treeview nodes are added in the correct position. Fixes #2331

Branch
------
master

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

Modified Files
--------------
.../browser/templates/browser/js/browser.js | 63 ++++++++++++++--------
1 file changed, 41 insertions(+), 22 deletions(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Dave Page 2017-04-12 12:01:56 Re: [pgAdmin4][PATCH] To fix the issue in browser tree
Previous Message Akshay Joshi 2017-04-12 06:30:59 [pgAdmin4][Patch] Align Switch control with the text