The "View all draft change records" link is invalid
the link is on Draft change record nodes, for example here: https://www.drupal.org/node/3001550
Currently the link points to https://www.drupal.org/list-changes/drafts . The correct link for Drupal project should be: https://www.drupal.org/list-changes/drupal/drafts
The "View all published change records" link should contain the project name, as such link in a contrib module change record, points to the Drupal core changes now.
The link is created in drupalorg_change_notice.module. Seems like all the links in the module file should be updated to include the project name.
| Comment | File | Size | Author |
|---|---|---|---|
| #7 | wrong-link-on-change-record-3001634-7.patch | 1.91 KB | msankhala |
| #3 | 3001634-3.patch | 1.55 KB | hardikpandya |
Comments
Comment #2
drummConfirmed this is an issue, which needs to be fixed in 2 places:
Comment #3
hardikpandya commentedComment #4
drummThanks for the patch!
Change records are not just for the drupal core project, all projects may use them. Something like
$node_wrapper->field_project->field_project_machine_name->value();should get the right value.Working on this without running the code isn’t great. We have Drupal.org dev sites if you would like to use one for this: https://www.drupal.org/drupalorg/docs/build/development-environments/dev...
Comment #5
msankhala commentedWorking on it.
Comment #6
drummchangerecord-drupal.dev.devdrupal.org is building out for this, and should complete within 45 minutes.
Comment #7
msankhala commentedHere is the updated patch as per suggestion by @drumm in #4.
Created one test change record for paragraph module https://changerecord-drupal.dev.devdrupal.org/node/3002976
List of change records for paragraph module https://changerecord-drupal.dev.devdrupal.org/list-changes/1491122/drafts
Comment #9
drummThanks! This has been deployed to Drupal.org.