Actions
Issue #3277
closedCreatedResource serializer breaks when content_object is deleted
Status:
CLOSED - CURRENTRELEASE
Priority:
Normal
Assignee:
Category:
-
Sprint/Milestone:
Start date:
Due date:
Estimated time:
Severity:
2. Medium
Version:
Platform Release:
OS:
Triaged:
Yes
Groomed:
No
Sprint Candidate:
No
Tags:
Easy Fix
Sprint:
Sprint 31
Quarter:
Description
The CreatedResource is cleaned up when the Task is deleted, but not when the object it represents is deleted. This raises a 500 when the Task is serialized.
Either the CreatedResourceSerializer should be able to handle content_object=None or the CreatedResource should be cleaned up when the resource is deleted.
Updated by dalley almost 7 years ago
- Sprint/Milestone set to 53
- Triaged changed from No to Yes
- Tags Easy Fix added
Added by amacdona@redhat.com almost 7 years ago
Added by amacdona@redhat.com almost 7 years ago
Revision 121827d4 | View on GitHub
Serialize deleted resources as null
Updated by amacdona@redhat.com almost 7 years ago
- Status changed from NEW to POST
- Assignee set to amacdona@redhat.com
Updated by amacdona@redhat.com almost 7 years ago
- Status changed from POST to MODIFIED
Applied in changeset pulp|121827d4eb6da3a71518d0dc895884225c94fae3.
Updated by bmbouter almost 5 years ago
- Status changed from MODIFIED to CLOSED - CURRENTRELEASE
Actions
Serialize deleted resources as null
closes #3277 https://pulp.plan.io/issues/3277