mirror of
https://we.phorge.it/source/phorge.git
synced 2024-12-23 22:10:55 +01:00
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
This commit is contained in:
parent
3460da5f34
commit
85672346bc
1 changed files with 2 additions and 0 deletions
|
@ -19,5 +19,7 @@
|
|||
final class PhabricatorPolicyCapability extends PhabricatorPolicyConstants {
|
||||
|
||||
const CAN_VIEW = 'view';
|
||||
const CAN_EDIT = 'edit';
|
||||
const CAN_JOIN = 'join';
|
||||
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue