fix(测试跟踪): 用例库移除用例提示优化
--bug=1023636 --user=陈建星 【测试跟踪】公共用例库-当前用户对无项目权限的用例进行操作-问题汇总 https://www.tapd.cn/55049933/s/1341205
This commit is contained in:
parent
c6ac505574
commit
26a0d25f1f
|
@ -337,7 +337,6 @@ public class TestCaseController {
|
||||||
}
|
}
|
||||||
|
|
||||||
@PostMapping("/batch/movePublic/deleteToGc")
|
@PostMapping("/batch/movePublic/deleteToGc")
|
||||||
@RequiresPermissions(PermissionConstants.PROJECT_TRACK_CASE_READ_DELETE)
|
|
||||||
@MsAuditLog(module = OperLogModule.TRACK_TEST_CASE, type = OperLogConstants.BATCH_DEL, beforeEvent = "#msClass.getLogDetails(#request.ids)", msClass = TestCaseService.class)
|
@MsAuditLog(module = OperLogModule.TRACK_TEST_CASE, type = OperLogConstants.BATCH_DEL, beforeEvent = "#msClass.getLogDetails(#request.ids)", msClass = TestCaseService.class)
|
||||||
@SendNotice(taskType = NoticeConstants.TaskType.TRACK_TEST_CASE_TASK, target = "#targetClass.findByBatchRequest(#request)", targetClass = TestCaseService.class,
|
@SendNotice(taskType = NoticeConstants.TaskType.TRACK_TEST_CASE_TASK, target = "#targetClass.findByBatchRequest(#request)", targetClass = TestCaseService.class,
|
||||||
event = NoticeConstants.Event.DELETE, subject = "测试用例通知")
|
event = NoticeConstants.Event.DELETE, subject = "测试用例通知")
|
||||||
|
|
|
@ -478,8 +478,8 @@ export default {
|
||||||
// 删除提供列表删除和全部版本删除
|
// 删除提供列表删除和全部版本删除
|
||||||
this.$refs.apiDeleteConfirm.open(testCase, this.$t('test_track.case.delete_confirm'));
|
this.$refs.apiDeleteConfirm.open(testCase, this.$t('test_track.case.delete_confirm'));
|
||||||
} else {
|
} else {
|
||||||
let title = this.$t('test_track.case.case_delete_confirm') + ": " + testCase.name + "?";
|
let title = this.$t('case.public.remove') + ": " + testCase.name + "?";
|
||||||
this.$confirm(this.$t('test_track.case.batch_delete_tip'), title, {
|
this.$confirm(title, '', {
|
||||||
cancelButtonText: this.$t("commons.cancel"),
|
cancelButtonText: this.$t("commons.cancel"),
|
||||||
confirmButtonText: this.$t("commons.delete"),
|
confirmButtonText: this.$t("commons.delete"),
|
||||||
customClass: 'custom-confirm-delete',
|
customClass: 'custom-confirm-delete',
|
||||||
|
@ -556,8 +556,8 @@ export default {
|
||||||
this.$emit('refreshAll');
|
this.$emit('refreshAll');
|
||||||
},
|
},
|
||||||
handleDeleteBatchToPublic() {
|
handleDeleteBatchToPublic() {
|
||||||
let title = this.$t('test_track.case.batch_delete_confirm', [this.$refs.table.selectIds.length]);
|
let title = this.$t('case.public.batch_remove_confirm', [this.$refs.table.selectIds.length]);
|
||||||
this.$confirm(this.$t('test_track.case.batch_delete_tip'), title, {
|
this.$confirm(title, '', {
|
||||||
cancelButtonText: this.$t("commons.cancel"),
|
cancelButtonText: this.$t("commons.cancel"),
|
||||||
confirmButtonText: this.$t("commons.delete"),
|
confirmButtonText: this.$t("commons.delete"),
|
||||||
customClass: 'custom-confirm-delete',
|
customClass: 'custom-confirm-delete',
|
||||||
|
|
|
@ -147,7 +147,11 @@ const message = {
|
||||||
cancel_relate_case_tips_title: "Confirm cancel?",
|
cancel_relate_case_tips_title: "Confirm cancel?",
|
||||||
cancel_relate_case_tips_content: "Cancel it will affect the test plan statistics. Sure?",
|
cancel_relate_case_tips_content: "Cancel it will affect the test plan statistics. Sure?",
|
||||||
back_tips: "TestCase is not saved, Are you sure to quit?",
|
back_tips: "TestCase is not saved, Are you sure to quit?",
|
||||||
dependency_remove_confirm: "Is dependency release confirmed?"
|
dependency_remove_confirm: "Is dependency release confirmed?",
|
||||||
|
public: {
|
||||||
|
remove: 'Whether to remove the use case ',
|
||||||
|
batch_remove_confirm: "Confirm remove {0} item use case?",
|
||||||
|
}
|
||||||
},
|
},
|
||||||
attachment: {
|
attachment: {
|
||||||
preview: "Preview",
|
preview: "Preview",
|
||||||
|
|
|
@ -147,7 +147,11 @@ const message = {
|
||||||
cancel_relate_case_tips_title: "确定取消关联关系吗?",
|
cancel_relate_case_tips_title: "确定取消关联关系吗?",
|
||||||
cancel_relate_case_tips_content: "取消关联会影响测试计划相关统计, 确定取消吗?",
|
cancel_relate_case_tips_content: "取消关联会影响测试计划相关统计, 确定取消吗?",
|
||||||
back_tips: "你填写的信息未保存, 确定退出吗?",
|
back_tips: "你填写的信息未保存, 确定退出吗?",
|
||||||
dependency_remove_confirm: "确定解除依赖吗?"
|
dependency_remove_confirm: "确定解除依赖吗?",
|
||||||
|
public: {
|
||||||
|
remove: '是否移除用例',
|
||||||
|
batch_remove_confirm: "确定移除{0}项用例?",
|
||||||
|
}
|
||||||
},
|
},
|
||||||
attachment: {
|
attachment: {
|
||||||
preview: "预览",
|
preview: "预览",
|
||||||
|
|
|
@ -147,7 +147,11 @@ const message = {
|
||||||
cancel_relate_case_tips_title: "確定取消關聯關係嗎?",
|
cancel_relate_case_tips_title: "確定取消關聯關係嗎?",
|
||||||
cancel_relate_case_tips_content: "取消關聯會影響測試計劃相關統計, 確定取消嗎?",
|
cancel_relate_case_tips_content: "取消關聯會影響測試計劃相關統計, 確定取消嗎?",
|
||||||
back_tips: "你填寫的信息未保存, 確定退出嗎?",
|
back_tips: "你填寫的信息未保存, 確定退出嗎?",
|
||||||
dependency_remove_confirm: "確定解除依賴嗎?"
|
dependency_remove_confirm: "確定解除依賴嗎?",
|
||||||
|
public: {
|
||||||
|
remove: '是否移除用例',
|
||||||
|
batch_remove_confirm: "確定移除{0}項用例?",
|
||||||
|
}
|
||||||
},
|
},
|
||||||
attachment: {
|
attachment: {
|
||||||
preview: "預覽",
|
preview: "預覽",
|
||||||
|
|
Loading…
Reference in New Issue