@recaptime-dev's working patches + fork for Phorge, a community fork of Phabricator. (Upstream dev and stable branches are at upstream/main and upstream/stable respectively.) hq.recaptime.dev/wiki/Phorge
phorge phabricator
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

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

+2
+1
src/applications/project/controller/PhabricatorProjectBoardViewController.php
··· 383 383 array( 384 384 'title' => pht('%s Board', $project->getName()), 385 385 'showFooter' => false, 386 + 'pageObjects' => array($project->getPHID()), 386 387 )); 387 388 } 388 389
+1
src/applications/project/controller/PhabricatorProjectProfileController.php
··· 67 67 $nav, 68 68 array( 69 69 'title' => $project->getName(), 70 + 'pageObjects' => array($project->getPHID()), 70 71 )); 71 72 } 72 73