Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F569788
ManiphestCapabilityEditAssign.php
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Size
411 B
Referenced Files
None
Subscribers
None
ManiphestCapabilityEditAssign.php
View Options
<?php
final
class
ManiphestCapabilityEditAssign
extends
PhabricatorPolicyCapability
{
const
CAPABILITY
=
'maniphest.edit.assign'
;
public
function
getCapabilityKey
()
{
return
self
::
CAPABILITY
;
}
public
function
getCapabilityName
()
{
return
pht
(
'Can Assign Tasks'
);
}
public
function
describeCapabilityRejection
()
{
return
pht
(
'You do not have permission to assign tasks.'
);
}
}
File Metadata
Details
Attached
Mime Type
text/x-php
Expires
Tue, May 13, 2:58 PM (2 d)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
128952
Default Alt Text
ManiphestCapabilityEditAssign.php (411 B)
Attached To
Mode
rP Phorge
Attached
Detach File
Event Timeline
Log In to Comment