Story #7718
As a plugin writer, I am able to read data from the context passed to CreatedResourceSerializer
Start date:
Due date:
% Done:
100%
Estimated time:
Platform Release:
Groomed:
No
Sprint Candidate:
No
Tags:
Sprint:
Quarter:
Description
In pulp_container, there is a requirement to retrieve data from a request object which should be passed to one serializer field within the field context
.
Current workflow does not allow us to get the data when the field is looked up from the task's serializer: https://github.com/pulp/pulpcore/blob/20c6b7617e9721792fea3802704f0b9d5716e993/pulpcore/app/serializers/task.py#L32
Associated revisions
History
#3
Updated by Anonymous 3 months ago
- Status changed from POST to MODIFIED
- % Done changed from 0 to 100
Applied in changeset pulpcore|4063c346b4b75ffe74d2b0a95d650732dfb5ed8e.
#4
Updated by daviddavis about 2 months ago
- Sprint/Milestone set to 3.9.0
#5
Updated by pulpbot about 2 months ago
- Status changed from MODIFIED to CLOSED - CURRENTRELEASE
Please register to edit this issue
Pass an adjusted request object to the serializer
closes #7718