Prevent errors caused by duplicate wiki pages#729
Open
NishikawaKoharu wants to merge 4 commits intoRCOSDP:developfrom
Open
Prevent errors caused by duplicate wiki pages#729NishikawaKoharu wants to merge 4 commits intoRCOSDP:developfrom
NishikawaKoharu wants to merge 4 commits intoRCOSDP:developfrom
Conversation
hide24
approved these changes
May 8, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Purpose
This PR fixes issues related to Wiki page retrieval when duplicate records exist. The purpose is to prevent errors caused by duplicated Wiki pages and ensure stable page loading and listing behavior.
Changes
・Updated retrieval logic to prevent failures when duplicate Wiki page records exist
・Modified the page display logic to show only the latest Wiki page and avoid errors during access
・Updated the Wiki list logic to display only the oldest created record when duplicates are present
QA Notes
・Does this change require a data migration?
No data migration required.
・What is the level of risk?
Low to medium.
・Any permissions code touched?
No.
・Is this an additive or subtractive change, other?
Logic adjustment for existing retrieval behavior.
・How can QA verify?
Through UI and backend behavior validation.
・Confirm Wiki pages open without errors even when duplicate records exist
・Confirm only the latest Wiki page is displayed when accessing the page
・Confirm only the oldest created record appears in the Wiki list when duplicates exist
・What features or workflows might this change impact?
・Wiki page retrieval
・Wiki page listing
・Duplicate data handling
・How will this impact performance?
Minimal impact expected.
Documentation
No documentation updates required.
Side Effects
Behavior for duplicate Wiki data is now standardized, which may change how previously duplicated records were displayed.
Ticket
#58754