Change notices need Views API implementation from project_issue to exist. And they need issues nodes to see them there.

Content type: changenotice
Listing: /list-changes/drupal

https://drupal.org//node/1838750
http://tvn7-drupal_7.redesign.devdrupal.org/node/1838750

- Individual changenotices currently display numbers instead of various data e.g.
Impacts:
Module developers
- Fields displayed in the wrong order
- Drupal core tab isn't highlighted
- Wrong exposed filters on list-changes page:
http://git7site.devdrupal.org/list-changes/drupal
https://drupal.org/list-changes/drupal

Comments

drumm’s picture

Status: Patch (to be ported) » Postponed
tvn’s picture

Issue summary: View changes

adding stuff from #1962262

jthorson’s picture

Just speculating, but we should be able to chase this one now, correct?

drumm’s picture

Status: Postponed » Active

Yep, but the field formatter from project_issue could need some work since nothing else uses it that I know of.

dww’s picture

Which field formatter? The issue nid formatter? It's used by the related issues + parent issue support, so that should all be working fine. Or are you talking about something else?

Cheers,
-Derek

drumm’s picture

I believe it is that one and I think it should be working.

drumm’s picture

Assigned: Unassigned » drumm

Taking this because the other features modules have had a tendency to run into migration issues.

drumm’s picture

Status: Active » Fixed

Done and all the views now look okay. A change from D6 is that the change records on issue pages are back in the sidebar instead of next to the issue body. This looks intentional as part of the issue page changes, so I am leaving it. I did move the block below the issue metadata, which will need a full migration, since it is in old update function.

http://drupalcode.org/project/drupalorg.git/commit/9a0b2a3a179f5a712fd41...
http://drupalcode.org/project/drupalorg.git/commit/a3042d7fd6ec47ec1166b...
http://drupalcode.org/project/drupalorg.git/commit/dae59a46a3a487d31da3e...

Automatically closed -- issue fixed for 2 weeks with no activity.

Anonymous’s picture

Issue summary: View changes

added one

  • Commit 9a0b2a3 on 7.x-3.x, 7.x-3.x-dev by drumm:
    [#1599152] Ensure drupalorg_change_notice works on D7 - update field...
  • Commit a3042d7 on 7.x-3.x, 7.x-3.x-dev by drumm:
    [#1599152] Ensure drupalorg_change_notice works on D7
    
  • Commit dae59a4 on 7.x-3.x, 7.x-3.x-dev by drumm:
    [#1599152] Ensure proper view modes enabled for changenotice content...