Actions
Bug #37782
closedDeleting published repos from product page doesn't work right
Description
The change to introduce deletion of published repos in products uses incorrect retrieval of settings value:
https://github.com/Katello/katello/pull/11059/files#diff-623bca7a9026416c83f1d720bc539e29637bcabf3d4f6fa231f8915fd1d33922R9
Instead use this : Setting[:delete_repo_across_cv])
Actions