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',
|
||||
'LiskIsolationTestDAO' => 'LiskDAO',
|
||||
'LiskIsolationTestDAOException' => 'Exception',
|
||||
'ManiphestAction' => 'PhrictionConstants',
|
||||
'ManiphestAction' => 'ManiphestConstants',
|
||||
'ManiphestAuxiliaryFieldDefaultSpecification' => 'ManiphestAuxiliaryFieldSpecification',
|
||||
'ManiphestAuxiliaryFieldTypeException' => 'Exception',
|
||||
'ManiphestAuxiliaryFieldValidationException' => 'Exception',
|
||||
|
||||
@@ -19,7 +19,7 @@
|
||||
/**
|
||||
* @group maniphest
|
||||
*/
|
||||
final class ManiphestAction extends PhrictionConstants {
|
||||
final class ManiphestAction extends ManiphestConstants {
|
||||
|
||||
const ACTION_CREATE = 'create';
|
||||
const ACTION_CLOSE = 'close';
|
||||
|
||||
Reference in New Issue
Block a user