We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 49ad514 commit de72433Copy full SHA for de72433
1 file changed
ui/src/components/view/ListView.vue
@@ -955,7 +955,7 @@ export default {
955
},
956
handleContextAction (action) {
957
this.closeContextQuickView()
958
- this.$parent.execAction(action, false)
+ this.$parent.execAction(action, action.groupAction && this.selectedRowKeys.length > 1)
959
960
generateRowKeyValue (record) {
961
return record.uid || (record.metadata && record.metadata.rule_uid) || record.id || record.name || record.usageType
0 commit comments