pgAdmin 4 commit: Fixed an issue where the Save button is enabled by de

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 Save button is enabled by de
Date: 2021-04-12 06:15:27
Message-ID: E1lVpr5-0005ZD-HU@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Fixed an issue where the Save button is enabled by default when open the table's properties dialog on PG 9.5. Fixes #6367

Branch
------
master

Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=0ed47fcd2be0467ff6df9ed8f8648dfad21c990a
Author: Pradip Parkale <pradip(dot)parkale(at)enterprisedb(dot)com>

Modified Files
--------------
docs/en_US/release_notes_5_2.rst | 1 +
.../databases/schemas/tables/static/js/table.js | 11 +-
.../tables/templates/tables/sql/10_plus/update.sql | 269 +++++++++++++++++++++
.../tables/templates/tables/sql/11_plus/update.sql | 6 -
.../tables/templates/tables/sql/12_plus/update.sql | 6 -
.../tables/templates/tables/sql/default/update.sql | 28 ---
6 files changed, 278 insertions(+), 43 deletions(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Akshay Joshi 2021-04-12 06:16:33 Re: RM-4001 Patch (Notifications tab of Query Tool documentation)
Previous Message Yogesh Mahajan 2021-04-12 05:27:51 [pgAdmin][Patch] RM 6306 - UI issue in Delete records form data output table.