Page MenuHomePhabricator

Use EditEngine, not CustomFields, to define Dashboard Panel edit behavior
ClosedPublic

Authored by epriestley on Apr 2 2019, 6:59 PM.
Tags
None
Referenced Files
Unknown Object (File)
Tue, May 6, 5:52 AM
Unknown Object (File)
Apr 23 2025, 10:55 PM
Unknown Object (File)
Apr 21 2025, 11:55 PM
Unknown Object (File)
Apr 21 2025, 5:10 PM
Unknown Object (File)
Apr 17 2025, 1:12 PM
Unknown Object (File)
Apr 16 2025, 4:48 AM
Unknown Object (File)
Apr 8 2025, 6:50 PM
Unknown Object (File)
Apr 5 2025, 8:15 AM
Subscribers
None

Details

Summary

Depends on D20371. Ref T13272. Dashboard panels use CustomField to specify editable panel behavior. This is an older approach which was largely or entirely obsoleted by EditEngine.

Throw away all the CustomField edit stuff. Convert the "text" panel to EditEngine to prove this at least mostly works.

This breaks "query" panels and "tab" panels (they'll still work fine, but they can't be meaningfully edited). I'll restore those in a future change.

Test Plan

Created and edited a "text" panel.

Diff Detail

Repository
rP Phabricator
Lint
Lint Not Applicable
Unit
Tests Not Applicable