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

Fix breakage of Pholio

Summary: Removal of `PholioMockEditor::applyCustomInternalTransaction()` in D17868 broke creation of new mocks in Pholio. Puts the empty method back until we finish migrating Pholio to modular transactions.

Test Plan: Created some mocks, observed lack of unhandled exception.

Reviewers: #blessed_reviewers, epriestley

Reviewed By: #blessed_reviewers, epriestley

Subscribers: epriestley

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

+6
+6
src/applications/pholio/editor/PholioMockEditor.php
··· 184 184 return null; 185 185 } 186 186 187 + protected function applyCustomInternalTransaction( 188 + PhabricatorLiskDAO $object, 189 + PhabricatorApplicationTransaction $xaction) { 190 + return; 191 + } 192 + 187 193 protected function applyCustomExternalTransaction( 188 194 PhabricatorLiskDAO $object, 189 195 PhabricatorApplicationTransaction $xaction) {