refs #4131 changeStateRefactor #1753

Merged
pablone merged 14 commits from 4131-unifyTicketStatusChanges into dev 2023-10-31 09:34:24 +00:00
1 changed files with 0 additions and 1 deletions
Showing only changes of commit e504ad313c - Show all commits

View File

@ -64,7 +64,6 @@ class Controller extends Summary {
ticketFk: 'id' in this.ticket ? this.ticket.id : this.$params.id,
code: value
};
console.log('entra');
this.$http.post(`Tickets/state`, params)
pablone marked this conversation as resolved
Review

llevar

llevar
.then(() => {
if ('id' in this.$params) this.reload();