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
F13050699: D20371.diff
Fri, Apr 19, 3:08 AM
Unknown Object (File)
Wed, Apr 17, 3:17 PM
Unknown Object (File)
Wed, Apr 17, 4:15 AM
Unknown Object (File)
Thu, Apr 11, 7:25 AM
Unknown Object (File)
Tue, Apr 2, 12:48 AM
Unknown Object (File)
Sat, Mar 30, 3:19 PM
Unknown Object (File)
Fri, Mar 29, 7:05 AM
Unknown Object (File)
Jan 28 2024, 4:11 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.