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

Поиск
Список
Период
Сортировка
От Akshay Joshi
Тема pgAdmin 4 commit: Fixed an issue where the newly added table is not alp
Дата
Msg-id E1jWxNi-0005UC-Ag@gothos.postgresql.org
обсуждение исходный текст
Список 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 по дате отправления:

Предыдущее
От: Khushboo Vashi
Дата:
Сообщение: [pgAdmin4][Patch] - Remove Python2 modules
Следующее
От: Akshay Joshi
Дата:
Сообщение: Re: RM-5434 (New table added is not alphabetically added to the tree)