From 29fbe8ba7febb55dece17dcb8f20af0a86fa8ffb Mon Sep 17 00:00:00 2001 From: epriestley Date: Mon, 13 Oct 2014 15:11:41 -0700 Subject: [PATCH] Clear Fund initiative notifications when viewing an initaitive Summary: Fixes T6301. Just missed this in building out the page. Test Plan: Viewed an initiative, verified `pageObjects` populated correctly. Reviewers: btrahan Reviewed By: btrahan Subscribers: epriestley Maniphest Tasks: T6301 Differential Revision: https://secure.phabricator.com/D10700 --- .../fund/controller/FundInitiativeViewController.php | 1 + 1 file changed, 1 insertion(+) diff --git a/src/applications/fund/controller/FundInitiativeViewController.php b/src/applications/fund/controller/FundInitiativeViewController.php index e0cc8d3bb4..6dc3ee1d11 100644 --- a/src/applications/fund/controller/FundInitiativeViewController.php +++ b/src/applications/fund/controller/FundInitiativeViewController.php @@ -78,6 +78,7 @@ final class FundInitiativeViewController ), array( 'title' => $title, + 'pageObjects' => array($initiative->getPHID()), )); }