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

Поиск
Список
Период
Сортировка
От Akshay Joshi
Тема pgAdmin 4 commit: Fix an issue where clicking on an empty textbox like
Дата
Msg-id E1ieyDE-0008Sm-MD@gothos.postgresql.org
обсуждение исходный текст
Список pgadmin-hackers
Fix an issue where clicking on an empty textbox like fill factor or comments, considers it as change and enabled the
savebutton. Fixes #4506. 

Branch
------
master

Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=11bf5fc679471f64ae32d47c44f22bfaff9e1b62
Author: Aditya Toshniwal <aditya.toshniwal@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(-)


В списке pgadmin-hackers по дате отправления:

Предыдущее
От: Akshay Joshi
Дата:
Сообщение: Re: [pgAdmin][RM5004] Fix yarn audit issues and remove deprecated uglifyjs-webpack-plugin
Следующее
От: Akshay Joshi
Дата:
Сообщение: Re: [pgAdmin][RM4506] "can't execute an empty query" messagedisplayed if user remove fill factor of any existing table