Actions
Refactor #37195
closedRemove the setting 'upload_profiles_without_dynflow'
Pull request:
Fixed in Releases:
Found in Releases:
Description
In https://projects.theforeman.org/issues/32889 (Katello 4.2) / https://github.com/Katello/katello/pull/9429 we moved from handling package profile uploads in Dynflow to handling them directly in Rails. At the time we also introduced a new setting to revert to the previous behavior if this was causing problems.
We haven't had any complaints since then, so I think it's safe now to
1. remove the Setting
2. Continue to handle package profile uploads without Dynflow (equivalent of the setting remaining at the default 'true').
Actions