pgAdmin 4 commit: Fixed validation errors in view/materialized view jav - Mailing list pgadmin-hackers

From Ashesh Vashi
Subject pgAdmin 4 commit: Fixed validation errors in view/materialized view jav
Date
Msg-id E1jRDxB-00011j-80@gothos.postgresql.org
Whole thread Raw
List pgadmin-hackers
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(-)


pgadmin-hackers by date:

Previous
From: Dave Page
Date:
Subject: Re: RM4292 - Dark mode support for Windows/macOS
Next
From: Neel Patel
Date:
Subject: Re: RM4292 - Dark mode support for Windows/macOS