Actions
Issue #1259
closedcall reports that contain mongoengine documents are not serialized correctly
Status:
CLOSED - CURRENTRELEASE
Priority:
Normal
Assignee:
Category:
-
Sprint/Milestone:
-
Start date:
Due date:
Estimated time:
Severity:
2. Medium
Version:
Master
Platform Release:
2.8.0
OS:
Triaged:
Yes
Groomed:
No
Sprint Candidate:
No
Tags:
Pulp 2
Sprint:
Quarter:
Description
To reproduce on 2.8:
1. Create the zoo repo
2. use the CLI to update something on it's distributors:
pulp-admin -vv rpm repo update --repo-id=zoo --relative-url=testzoo
3. 500 is raised
Updated by mhrivnak about 8 years ago
- Related to Issue #1255: e-mail notifier not working added
Updated by mhrivnak about 8 years ago
- Related to deleted (Issue #1255: e-mail notifier not working)
Updated by amacdona@redhat.com about 8 years ago
- Status changed from ASSIGNED to POST
Added by Austin Macdonald almost 8 years ago
Added by Austin Macdonald almost 8 years ago
serialize ME documents in a call report
closes: #1259
If there are mongoengine documents in an async call report, they must be serialized using the serializer found on the object's model.
Updated by Anonymous almost 8 years ago
- Status changed from POST to MODIFIED
- % Done changed from 0 to 100
Applied in changeset pulp|1e64193243ee39fe7c0c992b6712ad8fa4ab6718.
Updated by dkliban@redhat.com over 7 years ago
- Status changed from MODIFIED to 5
Updated by dkliban@redhat.com over 7 years ago
- Status changed from 5 to CLOSED - CURRENTRELEASE
Actions
serialize ME documents in a call report
closes: #1259
If there are mongoengine documents in an async call report, they must be serialized using the serializer found on the object's model.