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

Add "Edit" and "Join" capabilities

Summary: These are general-purpose capabilities required by Projects.

Test Plan: Trivial.

Reviewers: vrana, btrahan

Reviewed By: vrana

CC: aran

Maniphest Tasks: T603

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

+2
+2
src/applications/policy/constants/PhabricatorPolicyCapability.php
··· 19 19 final class PhabricatorPolicyCapability extends PhabricatorPolicyConstants { 20 20 21 21 const CAN_VIEW = 'view'; 22 + const CAN_EDIT = 'edit'; 23 + const CAN_JOIN = 'join'; 22 24 23 25 }