disable automatic ticket state change
This commit is contained in:
parent
c26152d3c5
commit
9395226c5f
1 changed files with 4 additions and 4 deletions
|
@ -207,10 +207,10 @@ export default {
|
|||
},
|
||||
mounted() {
|
||||
this.scheduleAfterInit(() => [Promise.all([this.fetchTicketStates(), this.loadTickets(), this.loadUsers(), this.fetchShippingVouchers()]).then(() => {
|
||||
if (this.ticket.state === "pending_new") {
|
||||
this.selected_state = "pending_open";
|
||||
this.changeTicketStatus()
|
||||
}
|
||||
//if (this.ticket.state === "pending_new") {
|
||||
// this.selected_state = "pending_open";
|
||||
// this.changeTicketStatus()
|
||||
//}
|
||||
this.selected_state = this.ticket.state;
|
||||
this.selected_assignee = this.ticket.assigned_to
|
||||
})]);
|
||||
|
|
Loading…
Add table
Reference in a new issue