Page MenuHomePhabricator

Recognize remarkup custom fields as remarkup blocks
ClosedPublic

Authored by epriestley on Aug 21 2014, 11:40 PM.
Tags
None
Referenced Files
Unknown Object (File)
Wed, Dec 11, 10:54 PM
Unknown Object (File)
Mon, Dec 9, 3:35 PM
Unknown Object (File)
Sun, Dec 8, 10:58 PM
Unknown Object (File)
Wed, Dec 4, 9:34 PM
Unknown Object (File)
Wed, Nov 27, 3:42 AM
Unknown Object (File)
Sat, Nov 23, 12:28 PM
Unknown Object (File)
Nov 19 2024, 2:46 PM
Unknown Object (File)
Oct 24 2024, 4:48 AM
Subscribers

Details

Summary

Fixes T5916. Key insight here is that the screenshot shows a custom "Detail Solution / Notes" field, which is why this mojo doesn't work: custom remarkup fields don't emit their content for mention/file extraction.

Also fix a bug where multiple blocks with file PHIDs could be merged improperly, discarding some file PHIDs.

Test Plan

Added a custom remarkup field, added files to it, saw them attach to the task when changes were saved.

Diff Detail

Repository
rP Phabricator
Branch
customblock
Lint
Lint Passed
Unit
No Test Coverage
Build Status
Buildable 2326
Build 2330: [Placeholder Plan] Wait for 30 Seconds

Event Timeline

epriestley retitled this revision from to Recognize remarkup custom fields as remarkup blocks.
epriestley updated this object.
epriestley edited the test plan for this revision. (Show Details)
epriestley added a reviewer: btrahan.
btrahan edited edge metadata.
This revision is now accepted and ready to land.Aug 21 2014, 11:45 PM
epriestley updated this revision to Diff 24881.

Closed by commit rP34a90a0d2b4d (authored by @epriestley).