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.
Actions