Added missing user for ticket.updated_by_id.
This commit is contained in:
parent
a7e4f028c0
commit
b731a9beaf
1 changed files with 1 additions and 0 deletions
|
@ -824,6 +824,7 @@ class ClientState
|
|||
self.user( ticket['owner_id'], users )
|
||||
self.user( ticket['customer_id'], users )
|
||||
self.user( ticket['created_by_id'], users )
|
||||
self.user( ticket['updated_by_id'], users )
|
||||
end
|
||||
|
||||
# add user if needed
|
||||
|
|
Loading…
Reference in a new issue