Make ManiphestAction extend from ManiphestConstants, not PhrictionConstants
Summary: See rPee620bde6dbc. Copy/paste derp. Not @vrana! Test Plan: arc liberate Reviewers: allenjohnashton, vrana, btrahan Reviewed By: btrahan CC: aran Differential Revision: https://secure.phabricator.com/D2604
This commit is contained in:
@@ -1471,7 +1471,7 @@ phutil_register_library_map(array(
|
|||||||
'LiskIsolationTestCase' => 'PhabricatorTestCase',
|
'LiskIsolationTestCase' => 'PhabricatorTestCase',
|
||||||
'LiskIsolationTestDAO' => 'LiskDAO',
|
'LiskIsolationTestDAO' => 'LiskDAO',
|
||||||
'LiskIsolationTestDAOException' => 'Exception',
|
'LiskIsolationTestDAOException' => 'Exception',
|
||||||
'ManiphestAction' => 'PhrictionConstants',
|
'ManiphestAction' => 'ManiphestConstants',
|
||||||
'ManiphestAuxiliaryFieldDefaultSpecification' => 'ManiphestAuxiliaryFieldSpecification',
|
'ManiphestAuxiliaryFieldDefaultSpecification' => 'ManiphestAuxiliaryFieldSpecification',
|
||||||
'ManiphestAuxiliaryFieldTypeException' => 'Exception',
|
'ManiphestAuxiliaryFieldTypeException' => 'Exception',
|
||||||
'ManiphestAuxiliaryFieldValidationException' => 'Exception',
|
'ManiphestAuxiliaryFieldValidationException' => 'Exception',
|
||||||
|
|||||||
@@ -19,7 +19,7 @@
|
|||||||
/**
|
/**
|
||||||
* @group maniphest
|
* @group maniphest
|
||||||
*/
|
*/
|
||||||
final class ManiphestAction extends PhrictionConstants {
|
final class ManiphestAction extends ManiphestConstants {
|
||||||
|
|
||||||
const ACTION_CREATE = 'create';
|
const ACTION_CREATE = 'create';
|
||||||
const ACTION_CLOSE = 'close';
|
const ACTION_CLOSE = 'close';
|
||||||
|
|||||||
Reference in New Issue
Block a user