@recaptime-dev's working patches + fork for Phorge, a community fork of Phabricator. (Upstream dev and stable branches are at upstream/main and upstream/stable respectively.) hq.recaptime.dev/wiki/Phorge
phorge phabricator
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

Clear "X awarded a token to event Y" stories when visiting event page

Summary: These detail pages don't have a "pageObjects" configuration, so we don't clear, e.g., token stories correctly when users load them.

Test Plan: Will clear a token story in production.

Reviewers: btrahan, lpriestley, chad

Reviewed By: chad

Subscribers: chad, epriestley

Differential Revision: https://secure.phabricator.com/D13582

+1
+1
src/applications/calendar/controller/PhabricatorCalendarEventViewController.php
··· 105 105 ), 106 106 array( 107 107 'title' => $page_title, 108 + 'pageObjects' => array($event->getPHID()), 108 109 )); 109 110 } 110 111