Actions
Issue #5733
closedDetail models __str__ incorrectly displays TYPE for pulp_type
Start date:
Due date:
Estimated time:
Severity:
2. Medium
Version:
Platform Release:
OS:
Triaged:
Yes
Groomed:
No
Sprint Candidate:
No
Tags:
Sprint:
Sprint 62
Quarter:
Description
TYPE and pulp_type are not equivalent anymore. The latter has app_label in it.
Updated by daviddavis about 5 years ago
- Status changed from NEW to POST
- Assignee set to daviddavis
Updated by fao89 about 5 years ago
- Triaged changed from No to Yes
- Sprint set to Sprint 62
Added by daviddavis about 5 years ago
Updated by daviddavis about 5 years ago
- Status changed from POST to MODIFIED
Applied in changeset pulpcore|17e4ed2bd8afa595fb92b4ac41798d3d935d1246.
Added by daviddavis about 5 years ago
Revision 8948cb3a | View on GitHub
Fix str method pulp_type for master models
The pulp_type field is different than TYPE (eg file.file vs file).
fixes #5733 https://pulp.plan.io/issues/5733
(cherry picked from commit 17e4ed2bd8afa595fb92b4ac41798d3d935d1246)
Updated by daviddavis about 5 years ago
Applied in changeset pulpcore|8948cb3a1ec5eb330bd38a75cc01cea41d0b1493.
Updated by bmbouter almost 5 years ago
- Status changed from MODIFIED to CLOSED - CURRENTRELEASE
Actions
Fix str method pulp_type for master models
The pulp_type field is different than TYPE (eg file.file vs file).
fixes #5733 https://pulp.plan.io/issues/5733