When you navigate to the change records page for a contrib project, the tabs "Published", "Draft" and "Review" link to the change records page of Drupal core instead of the contrib project. I would expect to stay in scope of the contrib project by clicking the tabs.
How to reproduce:
- Go to the change record page of a contrib project (for example: Views): https://www.drupal.org/list-changes/views
- Click on one of the tabs "Published", "Draft" or "Review".
Now you are facing change records for Drupal core.
This was noticed before in https://www.drupal.org/node/1217118#comment-6400498
I also looked it if was noticed on #2151041: Add a "draft" status for change records, but couldn't find a note about this issue there.
Comments
Comment #1
megachrizComment #2
markhalliwellI can verify this with the Bootstrap project, it is quite annoying.
Comment #3
megachrizAdded this issue to #1217118: [meta] Followups for API change nodes.
Comment #4
damienmckennaClosed a duplicate: #2452133: "Drafts" tab on change records universally points to Drupal core's drafts, not a given project's.
Comment #6
drummI committed a change to the paths to a feature branch for this. Along with deployment should be adding redirects from the now-defunct default pages like:
https://www.drupal.org/list-changes → https://www.drupal.org/list-changes/drupal
Comment #8
drummComment #9
drummThis has been deployed to Drupal.org.
Comment #10
megachrizGreat! Thanks.