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:
parent
c51489f138
commit
29fbe8ba7f
1 changed files with 1 additions and 0 deletions
|
@ -78,6 +78,7 @@ final class FundInitiativeViewController
|
|||
),
|
||||
array(
|
||||
'title' => $title,
|
||||
'pageObjects' => array($initiative->getPHID()),
|
||||
));
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue