Skip to content

Commit de72433

Browse files
committed
목록 다중선택시 시작, 재시작, 정지 이벤트 중 1개의 항목만 실행되는 버그 수정(소스 병합 후 해당 부분 누락되어 추가)
1 parent 49ad514 commit de72433

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ui/src/components/view/ListView.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -955,7 +955,7 @@ export default {
955955
},
956956
handleContextAction (action) {
957957
this.closeContextQuickView()
958-
this.$parent.execAction(action, false)
958+
this.$parent.execAction(action, action.groupAction && this.selectedRowKeys.length > 1)
959959
},
960960
generateRowKeyValue (record) {
961961
return record.uid || (record.metadata && record.metadata.rule_uid) || record.id || record.name || record.usageType

0 commit comments

Comments
 (0)