Skip to content

Commit

Permalink
Merge pull request #12276 from eduardoj/remove_web_infos_for_reviews
Browse files Browse the repository at this point in the history
Remove unused method `webui_infos`
  • Loading branch information
hennevogel committed Mar 4, 2022
2 parents f8d2043 + 43aa2b3 commit 6a1ac0f
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions src/api/app/models/review.rb
Expand Up @@ -178,16 +178,6 @@ def render_xml(builder)
end
end

def webui_infos
ret = _get_attributes
# XML has this perl format, don't use that here
ret[:when] = created_at
ret[:creator] = creator
ret[:reason] = reason
ret[:id] = id
ret
end

def reviewers_for_obj(obj)
return [] unless obj

Expand Down

0 comments on commit 6a1ac0f

Please sign in to comment.