mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2025-02-25 18:55:31 -06:00
Remove the option "With no data (concurrently)" from Refresh MATERIALIZED VIEW context menu. #8309
This commit is contained in:
@@ -127,12 +127,6 @@ define('pgadmin.node.mview', [
|
||||
data: {concurrent: true, with_data: true}, priority: 3,
|
||||
applies: ['object', 'context'], callback: 'refresh_mview',
|
||||
label: gettext('With data (concurrently)'),
|
||||
},{
|
||||
name: 'refresh_mview_concurrent_nodata', node: 'mview', module: this,
|
||||
category: 'refresh_mview', enable: 'is_version_supported',
|
||||
data: {concurrent: true, with_data: false}, priority: 4,
|
||||
applies: ['object', 'context'], callback: 'refresh_mview',
|
||||
label: gettext('With no data (concurrently)'),
|
||||
}]);
|
||||
},
|
||||
getSchema: function(treeNodeInfo, itemNodeData) {
|
||||
|
Reference in New Issue
Block a user