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

Remove obsolete setup check call to Maniphest "Can Edit <X>" field checks

Summary: Ref T13164. Missed this in D19581.

Test Plan:
- Forced setup checks to re-run by visiting {nav Config > Setup Issues} explicitly.
- Before patch: fatal on call to nonexistent method.
- After patch: setup issues.

Reviewers: amckinley

Reviewed By: amckinley

Maniphest Tasks: T13164

Differential Revision: https://secure.phabricator.com/D19593

-2
-2
src/applications/config/check/PhabricatorExtraConfigSetupCheck.php
··· 84 84 $issue->addPhabricatorConfig($key); 85 85 } 86 86 } 87 - 88 - $this->executeManiphestFieldChecks(); 89 87 } 90 88 91 89 /**