Fixed tag delivery.
This commit is contained in:
parent
195315cc7b
commit
d7ae804500
1 changed files with 2 additions and 2 deletions
|
@ -270,8 +270,8 @@ class TicketsController < ApplicationController
|
||||||
links.each { |item|
|
links.each { |item|
|
||||||
link_list.push item
|
link_list.push item
|
||||||
if item['link_object'] == 'Ticket'
|
if item['link_object'] == 'Ticket'
|
||||||
ticket = Ticket.lookup( :id => item['link_object_value'] )
|
linked_ticket = Ticket.lookup( :id => item['link_object_value'] )
|
||||||
assets = ticket.assets(assets)
|
assets = linked_ticket.assets(assets)
|
||||||
end
|
end
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue