mirror of
https://we.phorge.it/source/phorge.git
synced 2024-12-20 12:30:56 +01:00
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
This commit is contained in:
parent
5664c838fb
commit
0650f725f1
1 changed files with 1 additions and 0 deletions
|
@ -561,6 +561,7 @@ abstract class PhabricatorApplicationTransaction
|
|||
if ($field) {
|
||||
return $field->shouldHideInApplicationTransactions($this);
|
||||
}
|
||||
break;
|
||||
case PhabricatorTransactions::TYPE_COLUMNS:
|
||||
return !$this->getInterestingMoves($this->getNewValue());
|
||||
case PhabricatorTransactions::TYPE_EDGE:
|
||||
|
|
Loading…
Reference in a new issue