Fixed an issue where Refresh view options are not working for materialized view. Fixes #6736.

This commit is contained in:
Akshay Joshi 2021-09-21 16:48:10 +05:30
parent af230c812b
commit b60bd73f88
2 changed files with 2 additions and 1 deletions

View File

@ -29,3 +29,4 @@ Bug fixes
| `Issue #6713 <https://redmine.postgresql.org/issues/6713>`_ - Fixed an issue where the last message is not visible in the Debugger.
| `Issue #6723 <https://redmine.postgresql.org/issues/6723>`_ - Updated query error row selection color as per dark theme style guide.
| `Issue #6724 <https://redmine.postgresql.org/issues/6724>`_ - Fixed an issue where the drop cascade button enables for Databases.
| `Issue #6736 <https://redmine.postgresql.org/issues/6736>`_ - Fixed an issue where Refresh view options are not working for materialized view.

View File

@ -264,7 +264,7 @@ define('pgadmin.node.mview', [
return;
}
if (!commonUtils.hasBinariesConfiguration(pgBrowser, server_data, this.alertify)) {
if (!commonUtils.hasBinariesConfiguration(pgBrowser, server_data, Alertify)) {
return;
}