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:
@@ -561,6 +561,7 @@ abstract class PhabricatorApplicationTransaction
|
|||||||
if ($field) {
|
if ($field) {
|
||||||
return $field->shouldHideInApplicationTransactions($this);
|
return $field->shouldHideInApplicationTransactions($this);
|
||||||
}
|
}
|
||||||
|
break;
|
||||||
case PhabricatorTransactions::TYPE_COLUMNS:
|
case PhabricatorTransactions::TYPE_COLUMNS:
|
||||||
return !$this->getInterestingMoves($this->getNewValue());
|
return !$this->getInterestingMoves($this->getNewValue());
|
||||||
case PhabricatorTransactions::TYPE_EDGE:
|
case PhabricatorTransactions::TYPE_EDGE:
|
||||||
|
|||||||
Reference in New Issue
Block a user