Page MenuHomePhabricator

Restore bulk edit support for remarkup fields (description, add comment)
ClosedPublic

Authored by epriestley on Jan 11 2018, 6:17 PM.
Tags
None
Referenced Files
F18530406: D18867.diff
Sun, Sep 7, 1:13 AM
F18509230: D18867.id.diff
Fri, Sep 5, 3:18 AM
F18501938: D18867.diff
Thu, Sep 4, 10:04 PM
F18464181: D18867.diff
Tue, Sep 2, 3:36 AM
F18230514: D18867.diff
Wed, Aug 20, 12:40 PM
F18013064: D18867.id.diff
Aug 2 2025, 4:55 PM
F17854131: D18867.id45253.diff
Jul 27 2025, 2:42 PM
F17828858: D18867.id45253.diff
Jul 26 2025, 9:36 AM
Subscribers
None

Details

Summary

Depends on D18866. Ref T13025. Fixes T12415. This makes the old "Add Comment" action work, and adds support for a new "Set description to" action (possibly, I could imagine "append description" being useful some day, maybe).

The implementation is just a <textarea />, not a whole fancy remarkup box with [Bold] [Italic] ... buttons, preview, typeaheads, etc. It would be nice to enrich this eventually but doing the rendering in pure JS is currently very involved.

This requires a little bit of gymnastics to get the transaction populated properly, and adds some extra validation since we need some code there anyway.

Test Plan
  • Changed the description of a task via bulk editor.
  • Added a comment to a task via bulk editor.

Diff Detail

Repository
rP Phabricator
Lint
Lint Not Applicable
Unit
Tests Not Applicable