Actions
Bug #37863
closedOrg deletion fails if there are container repositories present
Difficulty:
medium
Triaged:
Yes
Pull request:
Description
Full organization deletes fails when there is container content present. This is because Actions::Pulp3::ContentView::DeleteRepositoryReferences tries to delete the Pulp container push repositories directly, which is not allowed. We instead need to delete the distributions.
Updated by Anonymous 9 months ago
- Status changed from Ready For Testing to Closed
Applied in changeset katello|c2cabf9e7f839b19f5d844eefc041b25303512da.
Actions