Fix: set these fields in condition below only (#273)
Co-authored-by: Richard <richard@communiteq.com>
This commit is contained in:
parent
8184c5fa98
commit
43f93d9611
|
@ -283,8 +283,6 @@ class ::Assigner
|
||||||
type: type,
|
type: type,
|
||||||
topic_id: topic.id,
|
topic_id: topic.id,
|
||||||
topic_title: topic.title,
|
topic_title: topic.title,
|
||||||
assigned_to_id: assign_to.id,
|
|
||||||
assigned_to_username: assign_to.username,
|
|
||||||
assigned_by_id: @assigned_by.id,
|
assigned_by_id: @assigned_by.id,
|
||||||
assigned_by_username: @assigned_by.username
|
assigned_by_username: @assigned_by.username
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue