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

CA Admin: Fix listing of content versions #2972

Merged
merged 1 commit into from
Feb 14, 2025

Conversation

chrieinv
Copy link
Contributor

Listing of content versions did not list all versions. Not all changes in CA causes a new content id, but a new version is always created, so one content id can have multiple versions. Since the data was collected using content id as key, not all versions was included, this also caused some child content to not be included causing an exception when displaying the page.
Data is now collected using the version id as key.

@github-actions github-actions bot added the Component: Content Author All issues that affect content author (sourcecode/apis/contentauthor) label Feb 12, 2025
@chrieinv chrieinv requested a review from emmachughes February 14, 2025 10:29
@chrieinv chrieinv merged commit a2f8527 into master Feb 14, 2025
6 checks passed
@chrieinv chrieinv deleted the ca-admin-fix-version-listing branch February 14, 2025 13:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Component: Content Author All issues that affect content author (sourcecode/apis/contentauthor)
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants