pgAdmin 4 commit: Ensure that columns should be displayed in the order

From: Akshay Joshi <akshay(dot)joshi(at)enterprisedb(dot)com>
To: pgadmin-hackers(at)lists(dot)postgresql(dot)org
Subject: pgAdmin 4 commit: Ensure that columns should be displayed in the order
Date: 2021-10-12 09:33:49
Message-ID: E1maEAP-0004jP-O1@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Ensure that columns should be displayed in the order of creation instead of alphabetical order in the browser tree. Fixes #6882

Branch
------
master

Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=ca40add29bc58a6da0ce64f2bf3386015dfe54bf
Author: Khushboo Vashi <khushboo(dot)vashi(at)enterprisedb(dot)com>

Modified Files
--------------
docs/en_US/release_notes_6_1.rst | 1 +
web/pgadmin/static/js/tree/tree_init.tsx | 14 ++++++++++++++
2 files changed, 15 insertions(+)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Akshay Joshi 2021-10-12 09:34:49 Re: [pgAdmin][RM6081] Advanced table fields in ERD
Previous Message Akshay Joshi 2021-10-12 09:11:33 Re: [pgAdmin][Patch] - Bug #6776 - Label 'Inherits Tables?' is misleading in properties panel.