Skip to content

Commit

Permalink
ticket status closed without result button (#138)
Browse files Browse the repository at this point in the history
  • Loading branch information
QSummerY authored Dec 19, 2022
1 parent 52e3fbd commit 8de3e4f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/pages/ticket/_id/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -256,7 +256,7 @@ export default {
status = 'unknown'
}
return (this.statusToStepStatus[status].stepKey >=
this.statusToStepStatus.approved.stepKey) && this.ticketInfo.status !== 'rejected'
this.statusToStepStatus.approved.stepKey) && this.ticketInfo.status !== 'rejected' && this.ticketInfo.status !== 'closed'
}
return false
},
Expand Down

0 comments on commit 8de3e4f

Please sign in to comment.