Обсуждение: pgAdmin 4 commit: Fixed validation errors in view/materialized view jav

Поиск
Список
Период
Сортировка

pgAdmin 4 commit: Fixed validation errors in view/materialized view jav

От
Ashesh Vashi
Дата:
Fixed validation errors in view/materialized view javascript to
determine the number columns chagned. It was trying to execute
'replace' and 'includes' function on undefined values instead of
string value.

Also - changed the warning message, and separated the 'Do you want to
continue?' syntax in separate line for better user experience.

Fixes #5053

Branch
------
master

Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=858294f36e81fddf5da2f1538129cc2030b7d724

Modified Files
--------------
.../databases/schemas/views/static/js/mview.js     |  5 ++-
.../databases/schemas/views/static/js/view.js      | 51 ++++++++++++++--------
2 files changed, 38 insertions(+), 18 deletions(-)