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