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
Unknown Object (File)
Sun, Feb 2, 11:35 PM
Unknown Object (File)
Sun, Feb 2, 11:35 PM
Unknown Object (File)
Fri, Jan 31, 11:37 PM
Unknown Object (File)
Sat, Jan 25, 3:43 PM
Unknown Object (File)
Tue, Jan 21, 11:06 AM
Unknown Object (File)
Jan 2 2025, 1:23 PM
Unknown Object (File)
Dec 27 2024, 2:09 PM
Unknown Object (File)
Dec 26 2024, 10:16 PM
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).