1
0
Fork 0
mirror of https://we.phorge.it/source/phorge.git synced 2024-09-20 01:08:50 +02: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:
epriestley 2015-05-08 12:20:16 -07:00
parent 3a34d948b9
commit 7beae445e9
2 changed files with 2 additions and 0 deletions

View file

@ -383,6 +383,7 @@ final class PhabricatorProjectBoardViewController
array(
'title' => pht('%s Board', $project->getName()),
'showFooter' => false,
'pageObjects' => array($project->getPHID()),
));
}

View file

@ -67,6 +67,7 @@ final class PhabricatorProjectProfileController
$nav,
array(
'title' => $project->getName(),
'pageObjects' => array($project->getPHID()),
));
}