Page MenuHomePhabricator

Expose column positions via maniphest.edit
ClosedPublic

Authored by epriestley on Apr 6 2016, 11:38 AM.
Tags
None
Referenced Files
Unknown Object (File)
Tue, Jan 21, 9:51 AM
Unknown Object (File)
Thu, Jan 16, 10:37 PM
Unknown Object (File)
Sun, Jan 12, 5:51 PM
Unknown Object (File)
Sun, Jan 12, 4:54 AM
Unknown Object (File)
Thu, Jan 2, 12:17 AM
Unknown Object (File)
Tue, Dec 31, 9:30 PM
Unknown Object (File)
Dec 24 2024, 3:54 PM
Unknown Object (File)
Dec 13 2024, 2:07 AM
Subscribers

Details

Summary

Ref T5214. Fixes T10486. Ref T6027. This exposes the TYPE_COLUMNS transaction in a usable way via API, and fixes the interactions via prefilling.

Test Plan
  • Created tasks directly into columns via API.
  • Moved tasks between columns via API.
  • Used ?column=... to try to create a template task with valid and bogus column PHIDs.

Diff Detail

Repository
rP Phabricator
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

chad edited edge metadata.
chad added inline comments.
src/applications/maniphest/editor/ManiphestEditEngine.php
112

an

This revision is now accepted and ready to land.Apr 6 2016, 3:36 PM
src/applications/maniphest/editor/ManiphestEditEngine.php
112

why thank you :3

epriestley edited edge metadata.
  • "a" -> "an"
  • Also say "may select a position" instead of "should select a position", since you can do whatever you want!
This revision was automatically updated to reflect the committed changes.