Page MenuHomePhabricator

Mostly replace the old panel "Edit" controller with the new "Editpro" controller
ClosedPublic

Authored by epriestley on Apr 2 2019, 6:00 PM.
Tags
None
Referenced Files
F18892149: D20371.id.diff
Fri, Nov 7, 11:25 AM
F18850882: D20371.id48637.diff
Thu, Oct 30, 8:05 PM
F18837176: D20371.id48637.diff
Mon, Oct 27, 4:36 AM
F18837175: D20371.id48596.diff
Mon, Oct 27, 4:36 AM
F18837174: D20371.id.diff
Mon, Oct 27, 4:36 AM
F18834143: D20371.diff
Sun, Oct 26, 6:57 AM
F18825029: D20371.id.diff
Thu, Oct 23, 7:07 PM
F18821878: D20371.diff
Thu, Oct 23, 2:24 AM
Subscribers
None

Details

Summary

Depends on D20370. Ref T13272. This tries to get panel editing fully on the newer "Modular Transactions" + "EditEngine" flow.

This breaks tab panels a bit, but I'll fix that in a followup. And they weren't exactly in great shape before.

Also makes the flow prettier. :3

Test Plan

Screen Shot 2019-04-02 at 10.38.19 AM.png (422×916 px, 42 KB)

Diff Detail

Repository
rP Phabricator
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

src/applications/dashboard/controller/panel/PhabricatorDashboardPanelEditController.php
1

The actual diff is a mess here, but basically I deleted EditController (old), moved EditproController (new) on top of it, and then fixed up the "Create a Panel Directly on a Dashboard" flow. You can sort of ignore the left side of the diff in this file.

This revision is now accepted and ready to land.Apr 3 2019, 7:04 PM
This revision was automatically updated to reflect the committed changes.