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.toshni...@enterprisedb.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(-)