Skip to content

Commit

Permalink
Remove use_source in require_package from WebuiController
Browse files Browse the repository at this point in the history
Co-authored-by: Dany Marcoux <dmarcoux@suse.com>
  • Loading branch information
DavidKang and Dany Marcoux committed Mar 27, 2019
1 parent 127a7a7 commit 4d5c75e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/api/app/controllers/webui/webui_controller.rb
Expand Up @@ -259,7 +259,7 @@ def require_package
if params[:package].present?
begin
@package = Package.get_by_project_and_name(@project.to_param, params[:package],
use_source: false, follow_project_links: true, follow_multibuild: true)
follow_project_links: true, follow_multibuild: true)
rescue APIException # why it's not found is of no concern :)
end
end
Expand Down

0 comments on commit 4d5c75e

Please sign in to comment.