Renamed keys and fixed a check in the modal
This commit is contained in:
@@ -1455,7 +1455,8 @@ export default {
|
|||||||
this.$root.$emit('bv::hide::modal', 'task-modal');
|
this.$root.$emit('bv::hide::modal', 'task-modal');
|
||||||
},
|
},
|
||||||
destroy () {
|
destroy () {
|
||||||
if (!window.confirm(this.$t('sureDelete'))) return;
|
const type = this.$t(this.task.type);
|
||||||
|
if (!window.confirm(this.$t('sureDeleteType', { type }))) return;
|
||||||
this.destroyTask(this.task);
|
this.destroyTask(this.task);
|
||||||
this.$emit('taskDestroyed', this.task);
|
this.$emit('taskDestroyed', this.task);
|
||||||
this.$root.$emit('bv::hide::modal', 'task-modal');
|
this.$root.$emit('bv::hide::modal', 'task-modal');
|
||||||
|
|||||||
Reference in New Issue
Block a user