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
F19048339: D18867.id45283.diff
Nov 27 2025, 2:37 PM
F18922254: D18867.id.diff
Nov 9 2025, 3:14 PM
F18877842: D18867.id45283.diff
Nov 6 2025, 12:20 PM
F18876055: D18867.diff
Nov 5 2025, 9:21 PM
F18814620: D18867.diff
Oct 20 2025, 11:37 PM
F18742884: D18867.diff
Oct 2 2025, 9:36 PM
F18705870: D18867.id45283.diff
Sep 28 2025, 1:36 PM
F18705867: D18867.id45253.diff
Sep 28 2025, 1:36 PM
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
Branch
bulk7
Lint
Lint Passed
Unit
Tests Passed
Build Status
Buildable 19037
Build 25685: Run Core Tests
Build 25684: arc lint + arc unit