@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 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

+1
+1
src/applications/fund/controller/FundInitiativeViewController.php
··· 78 78 ), 79 79 array( 80 80 'title' => $title, 81 + 'pageObjects' => array($initiative->getPHID()), 81 82 )); 82 83 } 83 84