Page MenuHomePhabricator

Fix an issue where editing a dashboard panel from a dashboard could duplicate the panel
ClosedPublic

Authored by epriestley on Apr 25 2019, 5:38 PM.
Tags
None
Referenced Files
Unknown Object (File)
Thu, Feb 20, 4:04 AM
Unknown Object (File)
Fri, Feb 14, 10:52 PM
Unknown Object (File)
Fri, Feb 14, 10:52 PM
Unknown Object (File)
Sun, Feb 9, 7:42 AM
Unknown Object (File)
Sun, Feb 9, 7:42 AM
Unknown Object (File)
Sun, Feb 9, 7:42 AM
Unknown Object (File)
Tue, Feb 4, 2:34 PM
Unknown Object (File)
Sun, Feb 2, 3:34 PM
Subscribers
None

Details

Summary

Depends on D20472. Ref T13272. Currently, when you edit a panel from a dashboard, we try to add the panel to the dashboard. This always works since dashboards no longer enforce panel uniqueness, and you can end up with duplicate panels.

Instead, only add panels if we're creating them.

Test Plan
  • Edited an existing panel, no duplication.
  • Created a new panel, saw it added to the dashboard.

Diff Detail

Repository
rP Phabricator
Lint
Lint Not Applicable
Unit
Tests Not Applicable