Page MenuHomePhabricator

Return task descriptions from "maniphest.search"
ClosedPublic

Authored by epriestley on Apr 3 2017, 12:14 AM.
Tags
None
Referenced Files
F18916340: D17603.id.diff
Sun, Nov 9, 8:47 AM
F18907459: D17603.diff
Sat, Nov 8, 11:42 PM
F18843298: D17603.diff
Tue, Oct 28, 9:15 PM
F18831179: D17603.id42344.diff
Sat, Oct 25, 11:30 AM
F18830208: D17603.id.diff
Sat, Oct 25, 5:07 AM
F18824321: D17603.id.diff
Thu, Oct 23, 3:13 PM
F18822306: D17603.id42342.diff
Thu, Oct 23, 5:47 AM
F18813483: D17603.diff
Mon, Oct 20, 4:52 PM
Subscribers
None

Details

Summary

Fixes T12461. This returns the field as a dictionary with a "raw" value, so we could eventually do this if we want without breaking the API:

{
  "type": "remarkup",
  "raw": "**raw**",
  "html": "<strong>raw</strong>",
  "text": "raw"
}
Test Plan

Called maniphest.search, reviewed output.

Diff Detail

Repository
rP Phabricator
Lint
Lint Not Applicable
Unit
Tests Not Applicable