Actions
Story #7718
closedAs 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
Actions
Pass an adjusted request object to the serializer
closes #7718