Show error messages in dialog box to move tasks

This commit is contained in:
Frédéric Guillot
2016-10-21 07:41:52 -04:00
parent 6a3e435e89
commit c2e3f1eba9
30 changed files with 52 additions and 6 deletions

View File

@@ -26,5 +26,10 @@ Vue.component('submit-cancel', {
onCancel: function () {
_KB.get('Popover').close();
}
},
events: {
'submitCancelled': function() {
this.loading = false;
}
}
});