Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F93584702
ManiphestEditAssignCapability.php
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Subscribers
None
File Metadata
Details
File Info
Storage
Attached
Created
Fri, Nov 29, 22:49
Size
409 B
Mime Type
text/x-php
Expires
Sun, Dec 1, 22:49 (2 d)
Engine
blob
Format
Raw Data
Handle
22667461
Attached To
rPH Phabricator
ManiphestEditAssignCapability.php
View Options
<?php
final
class
ManiphestEditAssignCapability
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.'
);
}
}
Event Timeline
Log In to Comment