Fixes #2702 - Use assignee_id to set the ticket owner.
This commit is contained in:
parent
781ffa3209
commit
1c730e9154
1 changed files with 1 additions and 1 deletions
|
@ -10,7 +10,7 @@ class Sequencer
|
||||||
private
|
private
|
||||||
|
|
||||||
def owner_id
|
def owner_id
|
||||||
user_map.fetch(resource.assignee, 1)
|
user_map.fetch(resource.assignee_id, 1)
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in a new issue