mirror of
https://we.phorge.it/source/phorge.git
synced 2025-02-03 18:38:27 +01:00
Fix an issue with attempting to index comments on packages
Summary: See rPcd14194a329788d5fff6365bcade278fd18f3612 for a similar change. Implement `getApplicationTransactionCommentObject()` to return `null` explicitly. Test Plan: Ran `bin/search index --type ownerspackage`, got indexing after change. Reviewers: amckinley Reviewed By: amckinley Differential Revision: https://secure.phabricator.com/D18715
This commit is contained in:
parent
1755ec2429
commit
01b1854fb4
1 changed files with 4 additions and 0 deletions
|
@ -15,4 +15,8 @@ final class PhabricatorOwnersPackageTransaction
|
||||||
return 'PhabricatorOwnersPackageTransactionType';
|
return 'PhabricatorOwnersPackageTransactionType';
|
||||||
}
|
}
|
||||||
|
|
||||||
|
public function getApplicationTransactionCommentObject() {
|
||||||
|
return null;
|
||||||
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue