Skip to content

Commit

Permalink
Clear "X awarded a token to event Y" stories when visiting event page
Browse files Browse the repository at this point in the history
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
  • Loading branch information
epriestley committed Jul 7, 2015
1 parent 98ac0a0 commit 308f60a
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,7 @@ public function processRequest() {
),
array(
'title' => $page_title,
'pageObjects' => array($event->getPHID()),
));
}

Expand Down

0 comments on commit 308f60a

Please sign in to comment.