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
Updated by lmjachky about 4 years ago
- Status changed from NEW to ASSIGNED
- Assignee set to lmjachky
Updated by pulpbot about 4 years ago
- Status changed from ASSIGNED to POST
Added by Lubos Mjachky about 4 years ago
Updated by Anonymous about 4 years ago
- Status changed from POST to MODIFIED
- % Done changed from 0 to 100
Applied in changeset pulpcore|4063c346b4b75ffe74d2b0a95d650732dfb5ed8e.
Updated by pulpbot almost 4 years ago
- Status changed from MODIFIED to CLOSED - CURRENTRELEASE
Actions
Pass an adjusted request object to the serializer
closes #7718