Actions
Issue #8330
closedRemoteSerializer does not include `headers` and field incorrectly marks as Required
Start date:
Due date:
Estimated time:
Severity:
2. Medium
Version:
Platform Release:
OS:
Triaged:
No
Groomed:
No
Sprint Candidate:
No
Tags:
Sprint:
Quarter:
Description
In 3.10 a new headers
field was added for all Remotes with this PR https://github.com/pulp/pulpcore/pull/1041/files
There are two issues with this:
- The
RemoteSerializer
does actually nameheaders
to be an included field in the metaclass - The field defined does not allow it to be optional, which it needs to be optional.
Because of (1) problem (2) was hidden during 3.10 usage.
Updated by mdellweg over 3 years ago
- Status changed from NEW to ASSIGNED
- Assignee set to mdellweg
Updated by pulpbot over 3 years ago
- Status changed from ASSIGNED to POST
Added by mdellweg over 3 years ago
Updated by mdellweg over 3 years ago
- Status changed from POST to MODIFIED
Applied in changeset pulpcore|78c55fccefbceef7a20b3bd16f917b32e1125935.
Updated by ipanova@redhat.com over 3 years ago
- Status changed from MODIFIED to CLOSED - CURRENTRELEASE
Actions
Fix headers field on the RemoteSerializer
fixes #8330 https://pulp.plan.io/issues/8330