mirror of
https://we.phorge.it/source/phorge.git
synced 2024-11-26 16:52:41 +01: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:
parent
98ac0a022c
commit
308f60a7cd
1 changed files with 1 additions and 0 deletions
|
@ -105,6 +105,7 @@ final class PhabricatorCalendarEventViewController
|
|||
),
|
||||
array(
|
||||
'title' => $page_title,
|
||||
'pageObjects' => array($event->getPHID()),
|
||||
));
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue