-
Notifications
You must be signed in to change notification settings - Fork 448
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
fix(comments): make target ref point at published id and add document… #8491
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
No changes to documentation |
Component Testing Report Updated Feb 4, 2025 12:30 PM (UTC) ❌ Failed Tests (1) -- expand for details
|
⚡️ Editor Performance ReportUpdated Tue, 04 Feb 2025 12:31:50 GMT
Detailed information🏠 Reference resultThe performance result of
🧪 Experiment resultThe performance result of this branch
📚 Glossary
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you @bjoerge !
Description
This changes the way comments and tasks reference their targets. Previosly, a _ref to the version id would be made, but with these changes we instead:
_ref: 'versions.*'
is disallowed the same way as_ref: drafts.*
is)target.documentVersionId
is set.What to review
Did I cover all the cases?
Note: I wasn't actually able to make a task that produced a reference to a version id, but I removed the code that seemingly should have make sure that we set the ref to the version id.
Testing
Notes for release
n/a