1
0
Fork 0
mirror of https://we.phorge.it/source/phorge.git synced 2024-11-10 00:42:41 +01:00

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
This commit is contained in:
epriestley 2014-10-13 15:11:41 -07:00
parent c51489f138
commit 29fbe8ba7f

View file

@ -78,6 +78,7 @@ final class FundInitiativeViewController
),
array(
'title' => $title,
'pageObjects' => array($initiative->getPHID()),
));
}