Skip to content

Commit b9c7e7e

Browse files
Remove the option "With no data (concurrently)" from Refresh MATERIALIZED VIEW context menu. #8309
1 parent 8c461ff commit b9c7e7e

File tree

1 file changed

+0
-6
lines changed
  • web/pgadmin/browser/server_groups/servers/databases/schemas/views/static/js

1 file changed

+0
-6
lines changed

web/pgadmin/browser/server_groups/servers/databases/schemas/views/static/js/mview.js

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -127,12 +127,6 @@ define('pgadmin.node.mview', [
127127
data: {concurrent: true, with_data: true}, priority: 3,
128128
applies: ['object', 'context'], callback: 'refresh_mview',
129129
label: gettext('With data (concurrently)'),
130-
},{
131-
name: 'refresh_mview_concurrent_nodata', node: 'mview', module: this,
132-
category: 'refresh_mview', enable: 'is_version_supported',
133-
data: {concurrent: true, with_data: false}, priority: 4,
134-
applies: ['object', 'context'], callback: 'refresh_mview',
135-
label: gettext('With no data (concurrently)'),
136130
}]);
137131
},
138132
getSchema: function(treeNodeInfo, itemNodeData) {

0 commit comments

Comments
 (0)