pgAdmin 4 commit: Fixed an issue where the newly added table is not alp - Mailing list pgadmin-hackers

From Akshay Joshi
Subject pgAdmin 4 commit: Fixed an issue where the newly added table is not alp
Date
Msg-id E1jWxNi-0005UC-Ag@gothos.postgresql.org
Whole thread Raw
List 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.v@enterprisedb.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(-)


pgadmin-hackers by date:

Previous
From: Khushboo Vashi
Date:
Subject: [pgAdmin4][Patch] - Remove Python2 modules
Next
From: Akshay Joshi
Date:
Subject: Re: RM-5434 (New table added is not alphabetically added to the tree)