pgAdmin 4 commit: Fixed an issue where the newly added table is not alp

From: Akshay Joshi <akshay(dot)joshi(at)enterprisedb(dot)com>
To: pgadmin-hackers(at)lists(dot)postgresql(dot)org
Subject: pgAdmin 4 commit: Fixed an issue where the newly added table is not alp
Date: 2020-05-08 07:25:14
Message-ID: E1jWxNi-0005UC-Ag@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Fixed an issue where the newly added table is not alphabetically added to the tree. Fixes #5434
Fixed an issue when renaming the column not added in the proper order. Fixes #5450

Branch
------
master

Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=9338bdcb3aae724564715b80ff1c5c1b5336476e
Author: Satish V <satish(dot)v(at)enterprisedb(dot)com>

Modified Files
--------------
docs/en_US/release_notes_4_22.rst | 2 +
web/pgadmin/browser/static/js/browser.js | 89 ++++++++++++++++++++------------
web/pgadmin/static/js/pgadmin.js | 6 ++-
3 files changed, 63 insertions(+), 34 deletions(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Akshay Joshi 2020-05-08 07:25:49 Re: RM-5434 (New table added is not alphabetically added to the tree)
Previous Message Khushboo Vashi 2020-05-08 06:00:03 [pgAdmin4][Patch] - Remove Python2 modules