Come together with the global Drupal community in Rotterdam, 28 Sept – 1 Oct 2026. Sessions, contribution, connection, and Early Bird savings until 8 June.
» Regression: The "Your Posts" tracker always shows issues you have commented on (it ignores the "Follow" and "Unfollow" buttons)
Project:
Drupal.org site moderators
» Drupal.org customizations
Version:
» 7.x-3.x-dev
Component:
Other
» Code
Priority:
Normal
» Major
It's worse than that - the "Follow" button doesn't work either with this page. If you follow an issue (that you haven't commented on) you'll see that it no longer shows up on the "Your Posts" page.
This definitely used to work correctly and seems to be a recent regression. I think https://www.drupal.org/project/flag_tracker might be the module that drupal.org uses for this functionality (?), but moving to the Drupal.org customizations queue instead seems like a good place to start.
Comments
Comment #2
David_Rothstein commentedIt's worse than that - the "Follow" button doesn't work either with this page. If you follow an issue (that you haven't commented on) you'll see that it no longer shows up on the "Your Posts" page.
This definitely used to work correctly and seems to be a recent regression. I think https://www.drupal.org/project/flag_tracker might be the module that drupal.org uses for this functionality (?), but moving to the Drupal.org customizations queue instead seems like a good place to start.
Comment #3
yesct commentedComment #4
drummThis is probably a bug in flag_tracker module. We recently rushed an upgrade from flag 2 to flag 3, and there must be some incompatible code left.
Comment #5
ressa...
Comment #6
drummUpdating
flag_tracker_flag()for flag 3.x was missed.Comment #8
drummComment #9
drummThis has been deployed to Drupal.org.
I didn't make an update script to clean up existing data. Following/unfollowing an issue will snap it into place.
Comment #10
raj45 commentedI can confirm that it works, thanks for fixing it @drumm.