Fixed correct ticket status icon.
This commit is contained in:
parent
49d24b939f
commit
77bf1bd677
1 changed files with 1 additions and 1 deletions
|
@ -167,7 +167,7 @@ class App.Navigation extends App.Controller
|
|||
data =
|
||||
display: "##{ticket.number} - #{ticket.title}"
|
||||
id: ticket.id
|
||||
class: "level-1 ticket-popover"
|
||||
class: "level-#{ticket.level()} ticket-popover"
|
||||
url: ticket.uiUrl()
|
||||
iconClass: "priority"
|
||||
area.result.push data
|
||||
|
|
Loading…
Reference in a new issue