PhrictionDocumentTitleTransaction calls $this->renderHandleLink().
PhabricatorApplicationTransaction defines that method public function renderHandleLink($phid).
PhrictionDocumentTitleTransaction extends PhrictionDocumentVersionTransaction extends PhrictionDocumentTransactionType extends PhabricatorModularTransactionType extends Phobject. No PhabricatorApplicationTransaction in that ancestor tree. Thus this call will fail.
Thus replace renderHandleLink() with renderObject() as used in other getTitle() or getTitleForFeed() implementations.
Details
Details
- Reviewers
- None
- Group Reviewers
O1: Blessed Committers
Unclear how to trigger via the UI, so run static code analysis and read/grep the code.
Diff Detail
Diff Detail
- Repository
- rP Phorge
- Branch
- phrictionTitleTrans
- Lint
Lint Passed - Unit
Tests Passed - Build Status
Buildable 1469 Build 1469: arc lint + arc unit