Backport highlight parsing

[ci skip]
pull/7496/head
Oliver Günther 5 years ago
parent 4f283b7559
commit 8507eb0fff
No known key found for this signature in database
GPG Key ID: A3A8BDAD7C0C552C
  1. 1
      app/services/api/v3/parse_query_params_service.rb

@ -132,6 +132,7 @@ module API
return unless highlighted_attributes.present?
highlighted_attributes.map do |attr|
attr = href.split('/').last
convert_attribute(attr)
end
end

Loading…
Cancel
Save