@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 visibility for `DifferentialManiphestTasksField::readValueFromRevision`

Summary: Ref T6822.

Test Plan: `grep` for `->readValueFromRevision(`.

Reviewers: #blessed_reviewers, epriestley

Reviewed By: #blessed_reviewers, epriestley

Subscribers: Korvin, epriestley

Maniphest Tasks: T6822

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

+1 -1
+1 -1
src/applications/differential/customfield/DifferentialManiphestTasksField.php
··· 35 35 return $this->getFieldName(); 36 36 } 37 37 38 - public function readValueFromRevision(DifferentialRevision $revision) { 38 + protected function readValueFromRevision(DifferentialRevision $revision) { 39 39 if (!$revision->getPHID()) { 40 40 return array(); 41 41 }