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
F18821878: D20371.diff
Thu, Oct 23, 2:24 AM
F18798777: D20371.id48596.diff
Fri, Oct 17, 8:39 AM
F18766107: D20371.diff
Tue, Oct 7, 3:02 PM
F18728509: D20371.diff
Tue, Sep 30, 9:35 AM
F18650255: D20371.id48637.diff
Sep 21 2025, 12:02 AM
F18518638: D20371.diff
Sep 5 2025, 3:30 PM
F18245456: D20371.diff
Aug 21 2025, 9:53 AM
F18245313: D20371.diff
Aug 21 2025, 9:29 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.