Add indication to admin UI of whether a report has been forwarded (#13237)
* Add indication to admin UI of whether a report has been forwarded * Rework how forwarded status is displayed Co-authored-by: Claire <claire.github-309c@sitedethib.com>
This commit is contained in:
@ -24,7 +24,8 @@ class ReportService < BaseService
|
||||
target_account: @target_account,
|
||||
status_ids: @status_ids,
|
||||
comment: @comment,
|
||||
uri: @options[:uri]
|
||||
uri: @options[:uri],
|
||||
forwarded: ActiveModel::Type::Boolean.new.cast(@options[:forward])
|
||||
)
|
||||
end
|
||||
|
||||
|
Reference in New Issue
Block a user