Bug #389 ADD TURN HACIA NUEVO TICKET ACCESS DENIED

This commit is contained in:
gerard 2018-07-09 09:16:01 +02:00
parent efc588180f
commit 3f1d2494f2
1 changed files with 1 additions and 0 deletions

View File

@ -117,6 +117,7 @@ class Controller {
let params = {ticketFk: this.$state.params.id, weekDay: day};
this.$http.patch(`/ticket/api/TicketWeeklies`, params).then(() => {
this.$.addTurn.hide();
this.vnApp.showSuccess(this.translate.instant('Data saved!'));
});
}