Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

frontend: Put apiVersion for individual items from list when fetching #2724

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

sniok
Copy link
Contributor

@sniok sniok commented Dec 24, 2024

Fixes #2719
This adds apiVersion field for the individual items in the list.

When fetching a list apiVersion is only present on the root object but when fetching a single item apiVersion is present in the item itself, this discrepancy caused some issues.

@dosubot dosubot bot added the size:XS This PR changes 0-9 lines, ignoring generated files. label Dec 24, 2024
@sniok sniok added frontend Issues related to the frontend and removed size:XS This PR changes 0-9 lines, ignoring generated files. labels Dec 24, 2024
@sniok sniok requested a review from skoeva December 24, 2024 09:18
Copy link
Contributor

@skoeva skoeva left a comment

Choose a reason for hiding this comment

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

Works after testing, LGTM

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
frontend Issues related to the frontend
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Restart button doesn't work
2 participants