Actions
Issue #8678
closedProvide 'view_name' warning when using the all in one container
Start date:
Due date:
Estimated time:
Severity:
2. Medium
Platform Release:
OS:
Triaged:
Yes
Groomed:
No
Sprint Candidate:
No
Tags:
Sprint:
Sprint 111
Quarter:
Description
A user from pulp-dev was worried about this warning message appearing after changing the admin password to the all in one container. Pretty sure it's harmless, but it can scare users thinking that their installation isn't correct.
pulpcore.app.serializers.base:WARNING: Please provide either 'view_name' or 'view_name_pattern' for DetailRelatedField on _call_with_frames_removed.
Related issues
Updated by gerrod over 3 years ago
- Related to Issue #6801: Please provide either 'view_name' or 'view_name_pattern' for DetailRelatedField on ModulemdSerializer. added
Updated by gerrod over 3 years ago
- Related to Issue #7154: Please provide either 'view_name' or 'view_name_pattern' for DetailRelatedField on _call_with_frames_removed added
Updated by daviddavis over 3 years ago
- Triaged changed from No to Yes
- Sprint set to Sprint 96
Updated by daviddavis over 3 years ago
- Category deleted (
27)
This is not limited to the single container.
Updated by ipanova@redhat.com over 3 years ago
- Sprint changed from Sprint 101 to Sprint 102
Updated by rchan about 3 years ago
- Sprint changed from Sprint 103 to Sprint 104
Updated by rchan about 3 years ago
- Sprint changed from Sprint 104 to Sprint 105
Updated by rchan about 3 years ago
- Sprint changed from Sprint 105 to Sprint 106
Updated by rchan about 3 years ago
- Sprint changed from Sprint 106 to Sprint 107
Updated by rchan about 3 years ago
- Sprint changed from Sprint 107 to Sprint 108
Updated by rchan about 3 years ago
- Sprint changed from Sprint 108 to Sprint 109
Updated by rchan about 3 years ago
- Sprint changed from Sprint 109 to Sprint 110
Updated by mdellweg almost 3 years ago
- Status changed from NEW to ASSIGNED
- Assignee set to mdellweg
I think, this is a warning issued from the maven plugin.
Updated by mdellweg almost 3 years ago
- Project changed from Pulp to Maven Plugin
Updated by mdellweg almost 3 years ago
Updated by rchan almost 3 years ago
- Sprint changed from Sprint 110 to Sprint 111
Added by mdellweg almost 3 years ago
Updated by mdellweg almost 3 years ago
- Status changed from ASSIGNED to MODIFIED
Applied in changeset pulp_maven|45dc5799e1a5dc741246df597750e5bc34037321.
Added by mdellweg almost 3 years ago
Revision f58089cd | View on GitHub
Use view_name
in serializer to prevent a warning
fixes #8678
Actions
Use
view_name
in serializer to prevent a warningfixes #8678