This started on #1284726: Teach project_issue views about flagged nodes for following issues

The nomenclature used on the views still says "Participant" for the uid_touch views field on both project_issue_search_all and project_issue_search_project views.

Comments

marvil07’s picture

Status: Active » Needs review
StatusFileSize
new1.52 KB
dww’s picture

Status: Needs review » Needs work

Cool, thanks. However, that's currently only true if both tracker2 and flag are enabled and configured. Otherwise, the actual "participant" behavior is how those filters work. So, for now, the label needs to check both project_issue_get_follow_flag() and module_exists('tracker2').