Skip to content

Commit

Permalink
Fixes #36654 - Remove dead content_view_solve_dependencies setting (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremylenz authored Aug 14, 2023
1 parent a4a72b5 commit 8e5ffdd
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 7 deletions.
1 change: 0 additions & 1 deletion engines/bastion/app/views/bastion/layouts/assets.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@
angular.module('Bastion').value('deleteHostOnUnregister', angular.fromJson(`<%= Setting[:unregister_delete_host] %>`));
angular.module('Bastion').value('globalContentProxy', angular.fromJson(`<%= Setting[:content_default_http_proxy].empty? ? nil.to_json : Setting[:content_default_http_proxy].to_json.html_safe %>`));
angular.module('Bastion').value('entriesPerPage', "<%= Setting[:entries_per_page] %>");
angular.module('Bastion').value('contentViewSolveDependencies', "<%= Setting[:content_view_solve_dependencies] %>");
angular.module('Bastion').constant('BastionConfig', angular.fromJson(`<%= Bastion.config.to_json.html_safe %>`));
angular.module('Bastion.auth').value('CurrentUser', {
id: <%= User.current.id %>,
Expand Down
6 changes: 0 additions & 6 deletions lib/katello/plugin.rb
Original file line number Diff line number Diff line change
Expand Up @@ -612,12 +612,6 @@ def katello_template_setting_values(name)
full_name: N_('Expire soon days'),
description: N_('The number of days remaining in a subscription before you will be reminded about renewing it.')

setting 'content_view_solve_dependencies',
type: :boolean,
default: false,
full_name: N_('content view Dependency Solving Default'),
description: N_('The default dependency solving value for new content views.')

setting 'host_dmi_uuid_duplicates',
type: :array,
default: [],
Expand Down

0 comments on commit 8e5ffdd

Please sign in to comment.