- Issue created by @quietone
- 🇺🇸United States drumm NY, US
7.x-3.x is good for now, but this might not be implemented until we're on 1.x, unless this is particularly urgent.
Since issues are moving to GitLab, we don’t have a local DB of issues, and whether they are open or closed. So we can’t make a simple View for this.
For draft change records, we have https://www.drupal.org/list-changes/drupal/drafts → which pulls in the issue status in the front-end, so closed issues can be spotted by scanning through the list. We could add the same column to https://www.drupal.org/list-changes/drupal →
- 🇳🇿New Zealand quietone
If the same column was added for the 'published' view then it would make it harder to know which view one was looking at. That is likely to cause confusion to others so probably not a good idea. Unless, the extra column was only visible to core committers?
- 🇺🇸United States drumm NY, US
I don’t think I’ve seen the Views UI do permissions for fields, and “is maintainer of the project” would be a few hoops to jump through. Certainly would be doable with enough custom code, but I’d like to avoid that here. And hopefully non-maintainers might help here too.
https://www.drupal.org/list-changes/drupal/drafts → could get a filter for published and draft, and be renamed to something like “manage”
- Merge request !344Issue #3520412: Add abilty to find published records for issues that are not fixed → (Merged) created by drumm
- 🇺🇸United States drumm NY, US
This is now deployed so https://www.drupal.org/list-changes/drupal/drafts?field_change_record_st... → lists all published change records with their issue.
- 🇳🇿New Zealand quietone
Thank you!
That allowed me to find all the change records for issues recently closed because they were D7 issues but had a commit for D8+.