todosrht: Use proper access for Resolve button

This commit is contained in:
Adnan Maolood 2022-05-09 09:24:19 -04:00 committed by Drew DeVault
parent 1e32f8eb9b
commit b779d41133
1 changed files with 1 additions and 1 deletions

View File

@ -423,7 +423,7 @@
value="true"
class="btn btn-default pull-right"
>Preview {{icon("caret-right")}}</button>
{% if TicketAccess.edit in access %}
{% if TicketAccess.triage in access %}
{% if ticket.status != TicketStatus.resolved %}
<button
type="submit"