Provide ticket sidebar with tags and links from origin all=true ticket request.
This commit is contained in:
parent
a7cf3da7da
commit
7b50730185
1 changed files with 4 additions and 0 deletions
|
@ -27,6 +27,8 @@ class App.TicketZoomSidebar extends App.ObserverController
|
|||
taskGet: @taskGet
|
||||
formMeta: @formMeta
|
||||
markForm: @markForm
|
||||
tags: @tags
|
||||
links: @links
|
||||
)
|
||||
else
|
||||
@sidebarBackends[key].reload(
|
||||
|
@ -34,6 +36,8 @@ class App.TicketZoomSidebar extends App.ObserverController
|
|||
query: @query
|
||||
formMeta: @formMeta
|
||||
markForm: @markForm
|
||||
tags: @tags
|
||||
links: @links
|
||||
)
|
||||
item = @sidebarBackends[key].sidebarItem()
|
||||
if item
|
||||
|
|
Loading…
Reference in a new issue