1
0
Fork 0
mirror of https://we.phorge.it/source/phorge.git synced 2024-09-20 01:08:50 +02:00

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
This commit is contained in:
epriestley 2015-07-07 12:06:28 -07:00
parent 98ac0a022c
commit 308f60a7cd

View file

@ -105,6 +105,7 @@ final class PhabricatorCalendarEventViewController
),
array(
'title' => $page_title,
'pageObjects' => array($event->getPHID()),
));
}