Page MenuHomePhabricator

Generate attachment edges from drag-and-dropped files in stacked comments
AbandonedPublic

Authored by epriestley on May 19 2022, 7:30 PM.
Tags
None
Referenced Files
F19820732: D21829.id.diff
Fri, Mar 6, 3:09 PM
F19819431: D21829.id.diff
Fri, Mar 6, 6:14 AM
F19813783: D21829.diff
Wed, Mar 4, 11:00 AM
F19655004: D21829.diff
Feb 6 2026, 4:43 PM
F19530375: D21829.diff
Jan 19 2026, 10:18 PM
F19523572: D21829.id52019.diff
Jan 17 2026, 5:22 PM
F19513823: D21829.diff
Jan 13 2026, 6:08 PM
F19491777: D21829.diff
Jan 8 2026, 7:36 AM
Subscribers
None

Details

Reviewers
None
Maniphest Tasks
Restricted Maniphest Task
Summary

Ref T13603. When users drag-and-drop files into stacked comment remarkup text areas, process the attachment metadata and attach the files.

Test Plan

Dragged-and-dropped files into a Maniphest comment, saw them attach properly.

Diff Detail

Repository
rP Phabricator
Branch
file10
Lint
Lint Passed
Unit
Tests Passed
Build Status
Buildable 25731
Build 35559: arc lint + arc unit

Event Timeline

epriestley created this revision.

This is likely easier to implement by unifying it more closely with the non-comment pathway, and representing it as metadata on the transaction at this level (rather than as a separate transaction).