Page MenuHomePhabricator

Fix querying for transactions over "transaction.search" when the object does not support comments
ClosedPublic

Authored by epriestley on Jun 25 2018, 1:01 PM.
Tags
None
Referenced Files
Unknown Object (File)
Mon, Nov 18, 2:19 AM
Unknown Object (File)
Fri, Nov 15, 7:11 AM
Unknown Object (File)
Mon, Nov 11, 4:09 AM
Unknown Object (File)
Sat, Nov 9, 11:52 PM
Unknown Object (File)
Wed, Nov 6, 4:02 AM
Unknown Object (File)
Wed, Oct 30, 11:50 PM
Unknown Object (File)
Oct 21 2024, 4:16 PM
Unknown Object (File)
Oct 21 2024, 4:03 PM
Subscribers
None

Details

Summary

See PHI725. Ref T13151. We currently try to load comments unconditionally, but not all objects (like projects) have comments. Only try to load comments if an object actually has comments.

Test Plan

Queried for an object with no comments, like project #masonry, via transaction.search.

Diff Detail

Repository
rP Phabricator
Lint
Lint Not Applicable
Unit
Tests Not Applicable