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

Minor, fix parameter passed to HarbormasterBuildable::applyBuildPlans()

Summary: This should be a PHID, not an object.

+1 -1
+1 -1
src/applications/differential/editor/DifferentialTransactionEditor.php
··· 1410 1410 1411 1411 // Apply build plans. 1412 1412 HarbormasterBuildable::applyBuildPlans( 1413 - $adapter->getDiff(), 1413 + $adapter->getDiff()->getPHID(), 1414 1414 $adapter->getPHID(), 1415 1415 $adapter->getBuildPlans()); 1416 1416