Closed (cannot reproduce)
Project:
Drupal.org customizations
Version:
7.x-3.x-dev
Component:
User interface
Priority:
Normal
Category:
Bug report
Assigned:
Reporter:
Created:
29 Dec 2016 at 01:02 UTC
Updated:
29 Dec 2016 at 18:10 UTC
Jump to comment: Most recent
Comments
Comment #2
drummI see the parent issue on #2229149: Add Drupal Issue Metadata for Twitter Cards. Which issues is it missing from?
Comment #3
damienmckennaIt's missing from #2831073: Incompatibility with workbench_moderation 7.x-3.x, which I assigned yesterday when also setting the status to "fixed".
Comment #4
drummSomehow this got into a state where the reference wasn’t saved in the
field_data_field_issue_parenttable, 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.
Comment #5
damienmckennaThat's kinda weird. Thanks for digging into it.