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
|
taskGet: @taskGet
|
||||||
formMeta: @formMeta
|
formMeta: @formMeta
|
||||||
markForm: @markForm
|
markForm: @markForm
|
||||||
|
tags: @tags
|
||||||
|
links: @links
|
||||||
)
|
)
|
||||||
else
|
else
|
||||||
@sidebarBackends[key].reload(
|
@sidebarBackends[key].reload(
|
||||||
|
@ -34,6 +36,8 @@ class App.TicketZoomSidebar extends App.ObserverController
|
||||||
query: @query
|
query: @query
|
||||||
formMeta: @formMeta
|
formMeta: @formMeta
|
||||||
markForm: @markForm
|
markForm: @markForm
|
||||||
|
tags: @tags
|
||||||
|
links: @links
|
||||||
)
|
)
|
||||||
item = @sidebarBackends[key].sidebarItem()
|
item = @sidebarBackends[key].sidebarItem()
|
||||||
if item
|
if item
|
||||||
|
|
Loading…
Reference in a new issue