Skip to content

Conversation

cahirodoherty-learningpool
Copy link
Contributor

Fixes #3720

Fix

  • Output the _type for items that are missing/orphaned

Copy link

@Copilot Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull Request Overview

This PR fixes an issue where orphaned and missing items in the Language.js data helper didn't output their _type information, making it harder to identify what kind of items had issues. The change enhances error reporting by including the item type alongside the ID in error messages.

  • Store _type values instead of boolean flags for orphaned and missing items
  • Create separate arrays to track IDs while preserving type information in the original objects
  • Format error messages to include both ID and type information

Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.

@cahirodoherty-learningpool cahirodoherty-learningpool merged commit 3dda399 into master Oct 7, 2025
1 of 2 checks passed
@cahirodoherty-learningpool cahirodoherty-learningpool deleted the issue/3720 branch October 7, 2025 10:15
@github-project-automation github-project-automation bot moved this from Needs Reviewing to Recently Released in adapt_framework: The TODO Board Oct 7, 2025
github-actions bot pushed a commit that referenced this pull request Oct 7, 2025
## [5.52.3](v5.52.2...v5.52.3) (2025-10-07)

### Fix

* Output the _type for items that are missing/orphaned (issue/3720) (#3721) ([3dda399](3dda399)), closes [#3721](#3721)
Copy link

github-actions bot commented Oct 7, 2025

🎉 This PR is included in version 5.52.3 🎉

The release is available on GitHub release

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
Status: Recently Released
Development

Successfully merging this pull request may close these issues.

Orphaned/Missing IDs should give further information
3 participants