@recaptime-dev's working patches + fork for Phorge, a community fork of Phabricator. (Upstream dev and stable branches are at upstream/main and upstream/stable respectively.) hq.recaptime.dev/wiki/Phorge
phorge phabricator
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

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

+2 -2
+1 -1
src/__phutil_library_map__.php
··· 1471 1471 'LiskIsolationTestCase' => 'PhabricatorTestCase', 1472 1472 'LiskIsolationTestDAO' => 'LiskDAO', 1473 1473 'LiskIsolationTestDAOException' => 'Exception', 1474 - 'ManiphestAction' => 'PhrictionConstants', 1474 + 'ManiphestAction' => 'ManiphestConstants', 1475 1475 'ManiphestAuxiliaryFieldDefaultSpecification' => 'ManiphestAuxiliaryFieldSpecification', 1476 1476 'ManiphestAuxiliaryFieldTypeException' => 'Exception', 1477 1477 'ManiphestAuxiliaryFieldValidationException' => 'Exception',
+1 -1
src/applications/maniphest/constants/ManiphestAction.php
··· 19 19 /** 20 20 * @group maniphest 21 21 */ 22 - final class ManiphestAction extends PhrictionConstants { 22 + final class ManiphestAction extends ManiphestConstants { 23 23 24 24 const ACTION_CREATE = 'create'; 25 25 const ACTION_CLOSE = 'close';