The sidebar display on issues appears to have changed recently and it no longer shows the parent issue if one is defined.

Comments

DamienMcKenna created an issue. See original summary.

drumm’s picture

Status: Active » Postponed (maintainer needs more info)

I see the parent issue on #2229149: Add Drupal Issue Metadata for Twitter Cards. Which issues is it missing from?

damienmckenna’s picture

It's missing from #2831073: Incompatibility with workbench_moderation 7.x-3.x, which I assigned yesterday when also setting the status to "fixed".

drumm’s picture

Assigned: Unassigned » drumm
Status: Postponed (maintainer needs more info) » Closed (cannot reproduce)

Somehow this got into a state where the reference wasn’t saved in the field_data_field_issue_parent table, but was present in the field cache. So it was showing on the edit form, but Views queries didn’t see the reference. Updating the issue got everything into place.

The commit comment was posted the same second as your comment adding the reference, so the field cache and/or each process’s static cache must have hit some sort of race condition.

I haven’t heard any other reports of behavior like this lately, so I’m going to be bold and call this fixed.

damienmckenna’s picture

That's kinda weird. Thanks for digging into it.