@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 getInterestingMoves() fatal?

Summary: Fixes T10740. Probably?

Test Plan: No you

Reviewers: chad

Reviewed By: chad

Maniphest Tasks: T10740

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

+1
+1
src/applications/transactions/storage/PhabricatorApplicationTransaction.php
··· 561 561 if ($field) { 562 562 return $field->shouldHideInApplicationTransactions($this); 563 563 } 564 + break; 564 565 case PhabricatorTransactions::TYPE_COLUMNS: 565 566 return !$this->getInterestingMoves($this->getNewValue()); 566 567 case PhabricatorTransactions::TYPE_EDGE: