pgAdmin 4 commit: Fix an issue where clicking on an empty textbox like

From: Akshay Joshi <akshay(dot)joshi(at)enterprisedb(dot)com>
To: pgadmin-hackers(at)lists(dot)postgresql(dot)org
Subject: pgAdmin 4 commit: Fix an issue where clicking on an empty textbox like
Date: 2019-12-11 09:23:16
Message-ID: E1ieyDE-0008Sm-MD@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Fix an issue where clicking on an empty textbox like fill factor or comments, considers it as change and enabled the save button. Fixes #4506.

Branch
------
master

Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=11bf5fc679471f64ae32d47c44f22bfaff9e1b62
Author: Aditya Toshniwal <aditya(dot)toshniwal(at)enterprisedb(dot)com>

Modified Files
--------------
docs/en_US/release_notes_4_17.rst | 1 +
.../schemas/tables/templates/tables/sql/12_plus/update.sql | 3 +++
.../schemas/tables/templates/tables/sql/default/update.sql | 3 +++
.../servers/databases/schemas/views/static/js/mview.js | 2 +-
web/pgadmin/browser/static/js/datamodel.js | 7 +++----
web/pgadmin/browser/templates/browser/js/messages.js | 4 ++--
6 files changed, 13 insertions(+), 7 deletions(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Akshay Joshi 2019-12-11 09:23:57 Re: [pgAdmin][RM4506] "can't execute an empty query" message displayed if user remove fill factor of any existing table
Previous Message Akshay Joshi 2019-12-11 08:34:03 Re: [pgAdmin][RM5004] Fix yarn audit issues and remove deprecated uglifyjs-webpack-plugin