Skip to content

[PULP-939] Add created_resource_prns field to Task#7545

Open
jobselko wants to merge 1 commit intopulp:mainfrom
jobselko:7003
Open

[PULP-939] Add created_resource_prns field to Task#7545
jobselko wants to merge 1 commit intopulp:mainfrom
jobselko:7003

Conversation

@jobselko
Copy link
Copy Markdown
Contributor

closes #7003

📜 Checklist

  • Commits are cleanly separated with meaningful messages (simple features and bug fixes should be squashed to one commit)
  • A changelog entry or entries has been added for any significant changes
  • Follows the Pulp policy on AI Usage
  • (For new features) - User documentation and test coverage has been added

See: Pull Request Walkthrough

closes pulp#7003
Assisted By: Claude Opus 4.6
@jobselko jobselko self-assigned this Mar 30, 2026
read_only=True,
view_name="None", # This is a polymorphic field. The serializer does not need a view name.
)
created_resource_prns = CreatedResourcePrnField(
Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The name of the field is for discussion - created_resource_prns or created_resources_prn? I chose the one from issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Return created_resources in tasks as PRNs

1 participant