release_2024-11-13 #88

Merged
j3d1 merged 20 commits from testing into live 2024-11-13 18:54:48 +00:00
Showing only changes of commit 8831f67f00 - Show all commits

View file

@ -125,6 +125,9 @@ export default {
},
mounted() {
this.scheduleAfterInit(() => [Promise.all([this.fetchTicketStates(), this.loadTickets(), this.loadUsers(), this.fetchShippingVouchers()]).then(()=>{
if (this.ticket.state == "pending_new"){
this.ticket.state = "pending_open"
};
this.selected_state = this.ticket.state;
this.selected_assignee = this.ticket.assigned_to
})]);