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
F12194156: D21829.diff
Sun, Sep 24, 4:43 PM
F12192697: D21829.diff
Sat, Sep 23, 2:50 AM
F12192328: D21829.diff
Fri, Sep 22, 11:38 PM
F12175510: D21829.diff
Sat, Sep 9, 10:33 PM
F12162434: D21829.diff
Wed, Sep 6, 8:15 PM
F12153854: D21829.diff
Mon, Sep 4, 3:34 AM
F12152174: D21829.diff
Sun, Sep 3, 11:51 AM
F12134562: D21829.id52019.diff
Aug 25 2023, 4:49 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).