Changeset View
Changeset View
Standalone View
Standalone View
src/applications/maniphest/search/ManiphestSearchIndexer.php
| Show First 20 Lines • Show All 75 Lines • ▼ Show 20 Lines | protected function buildAbstractDocumentByPHID($phid) { | ||||
| foreach ($ccs as $cc) { | foreach ($ccs as $cc) { | ||||
| $doc->addRelationship( | $doc->addRelationship( | ||||
| PhabricatorSearchRelationship::RELATIONSHIP_SUBSCRIBER, | PhabricatorSearchRelationship::RELATIONSHIP_SUBSCRIBER, | ||||
| $handles[$cc]->getPHID(), | $handles[$cc]->getPHID(), | ||||
| $handles[$cc]->getType(), | $handles[$cc]->getType(), | ||||
| time()); | time()); | ||||
| } | } | ||||
| $this->indexCustomFields($doc, $task); | |||||
btrahan: <3 these deletions | |||||
| return $doc; | return $doc; | ||||
| } | } | ||||
| } | } | ||||
<3 these deletions