Feature #35722
closedAdd an easy way to enable/disable all custom repos on activation keys
Description
<jeremylenz> nah, that flag is already there, isn't it? it was that one PR of yours that was reverted..
<jeremylenz> https://github.com/Katello/katello/pull/8805 and https://github.com/Katello/katello/pull/8947
<jeremylenz> partha: it'd be this here https://github.com/parthaa/katello/blob/cf9759a69418b75d98e079f966810999c3f65e48/app/lib/actions/katello/product/content_create.rb#L21
<jeremylenz> except instead of letting the users decide, we'd just always set it to false
<partha> That could work. I 'd still prolly keep a read-only auto enable field
<partha> for the repo
<partha> this could help us with migrations
<partha> so custom repos that are already there will have it true
<partha> and newer custom repos will have it false
<partha> instead of All custom repos will be disabled and we smartly add overrides on every content host / activation keys
<partha> to selectively enable during migration
<jeremylenz> partha: makes sense to me