mirror of
https://we.phorge.it/source/phorge.git
synced 2025-01-01 10:20:59 +01:00
Clear project notifications when viewing workboard or project detail
Summary: Fixes T8112. Test Plan: - Sent notifications. - Notied them un-cleared by clicking them (profile or workboard). - Made changes. - Verified profile and workboard both clear them. Reviewers: btrahan Reviewed By: btrahan Subscribers: epriestley Maniphest Tasks: T8112 Differential Revision: https://secure.phabricator.com/D12771
This commit is contained in:
parent
3a34d948b9
commit
7beae445e9
2 changed files with 2 additions and 0 deletions
|
@ -383,6 +383,7 @@ final class PhabricatorProjectBoardViewController
|
||||||
array(
|
array(
|
||||||
'title' => pht('%s Board', $project->getName()),
|
'title' => pht('%s Board', $project->getName()),
|
||||||
'showFooter' => false,
|
'showFooter' => false,
|
||||||
|
'pageObjects' => array($project->getPHID()),
|
||||||
));
|
));
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -67,6 +67,7 @@ final class PhabricatorProjectProfileController
|
||||||
$nav,
|
$nav,
|
||||||
array(
|
array(
|
||||||
'title' => $project->getName(),
|
'title' => $project->getName(),
|
||||||
|
'pageObjects' => array($project->getPHID()),
|
||||||
));
|
));
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue