@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.

Extend ManiphestAction from ManiphestConstants, not PhrictionConstants

Summary: Bad copy/paste.

Test Plan: arc liberate

Reviewers: svemir, allenjohnashton

Reviewed By: svemir

CC: aran

Differential Revision: https://secure.phabricator.com/D2738

+2 -2
+1 -1
src/__phutil_library_map__.php
··· 1487 1487 'LiskIsolationTestCase' => 'PhabricatorTestCase', 1488 1488 'LiskIsolationTestDAO' => 'LiskDAO', 1489 1489 'LiskIsolationTestDAOException' => 'Exception', 1490 - 'ManiphestAction' => 'PhrictionConstants', 1490 + 'ManiphestAction' => 'ManiphestConstants', 1491 1491 'ManiphestAuxiliaryFieldDefaultSpecification' => 'ManiphestAuxiliaryFieldSpecification', 1492 1492 'ManiphestAuxiliaryFieldTypeException' => 'Exception', 1493 1493 '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 /* These actions must be determined when the story 24 24 is generated and thus are new */ 25 25 const ACTION_CREATE = 'create';