mirror of
https://we.phorge.it/source/phorge.git
synced 2025-03-23 01:30:09 +01:00
Remove policy caveat from Differential
Summary: Policies are now fully supported in Differential. Test Plan: Grepped for other caveats, looks like I've already removed htem all. Reviewers: chad, btrahan Reviewed By: chad CC: aran Differential Revision: https://secure.phabricator.com/D8095
This commit is contained in:
parent
d504a4d7df
commit
08225bd860
1 changed files with 1 additions and 4 deletions
|
@ -32,10 +32,7 @@ final class DifferentialEditPolicyFieldSpecification
|
|||
->setCapability(PhabricatorPolicyCapability::CAN_EDIT)
|
||||
->setPolicyObject($revision)
|
||||
->setPolicies($policies)
|
||||
->setName('editPolicy')
|
||||
->setCaption(
|
||||
pht(
|
||||
'NOTE: These policy features are not yet fully supported.'));
|
||||
->setName('editPolicy');
|
||||
}
|
||||
|
||||
public function willWriteRevision(DifferentialRevisionEditor $editor) {
|
||||
|
|
Loading…
Add table
Reference in a new issue