Actions
Feature #18694
openNeed UI option to see which content views (and versions) are linked to yum repository
Status:
New
Priority:
Normal
Assignee:
-
Category:
Repositories
Target version:
-
Description
I had situation where content view had 20 versions and somewhere in middle I had version that used repository X
when I tried to delete repository I got alert that it cannot be done.
here is alert I received:
"cannot be deleted since it has already been included in a published Content View."
to delete product I had to click through all versions of content view.
if this would be production setup with multiple content views and hunderds of versions it would be near impossible to find where product is used.
Updated by Eric Helms almost 8 years ago
- Subject changed from Need option to see which content views (and versions) are linked to yum repository to Need UI option to see which content views (and versions) are linked to yum repository
- Priority changed from High to Normal
You can use the API to find the content view versions that contain your repository by using the following:
https://HOSTNAME/katello/api/v2/content_view_versions?search=repository = "REPO_NAME"
Updated by Eric Helms almost 8 years ago
- Category set to Repositories
- Translation missing: en.field_release set to 114
Actions