Actions
Issue #3354
closedCan't delete a publication
Start date:
Due date:
Estimated time:
Severity:
2. Medium
Version:
Platform Release:
OS:
Triaged:
Yes
Groomed:
No
Sprint Candidate:
No
Tags:
Sprint:
Sprint 32
Quarter:
Description
File "/home/pulp/pulpvenv/lib64/python3.6/site-packages/rest_framework/views.py", line 491, in dispatch
response = handler(request, *args, **kwargs)
File "/home/pulp/pulpvenv/lib64/python3.6/site-packages/rest_framework/mixins.py", line 93, in destroy
self.perform_destroy(instance)
File "/home/pulp/pulpvenv/lib64/python3.6/site-packages/rest_framework/mixins.py", line 97, in perform_destroy
instance.delete()
File "/home/pulp/pulpvenv/lib64/python3.6/site-packages/pulpcore/app/models/publication.py", line 97, in delete
CreatedResource.objects.delete(object_id=self.pk)
AttributeError: 'Manager' object has no attribute 'delete'
Updated by daviddavis almost 7 years ago
- Status changed from ASSIGNED to POST
Updated by dalley almost 7 years ago
- Sprint/Milestone set to 54
- Triaged changed from No to Yes
Added by daviddavis almost 7 years ago
Updated by daviddavis almost 7 years ago
- Status changed from POST to MODIFIED
Applied in changeset pulp|b4a00419756fd85ff37ca0929208d5c9ea22585a.
Updated by bmbouter almost 5 years ago
- Status changed from MODIFIED to CLOSED - CURRENTRELEASE
Actions
Fix publication deletion
fixes #3354 https://pulp.plan.io/issues/3354