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)
Wed, Apr 17, 1:45 PM
Unknown Object (File)
Thu, Apr 11, 5:59 AM
Unknown Object (File)
Sun, Apr 7, 2:04 PM
Unknown Object (File)
Mar 19 2024, 3:25 PM
Unknown Object (File)
Mar 19 2024, 3:25 PM
Unknown Object (File)
Jan 25 2024, 2:03 AM
Unknown Object (File)
Jan 23 2024, 11:02 AM
Unknown Object (File)
Dec 29 2023, 10:47 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