Skip to content

Remove dashboard panel IDs

Elwyn Benson requested to merge 417074-remove-panel-id into master

What does this MR do and why?

Followup from MR comment: !124824 (comment 1457701730)

Remove dashboard panel IDs.

The panel IDs are used to link a panel object to gridstack, however we do not save / load the ID from dashboard yaml, and instead always calculate it based on the panel index. So refactor dashboards code to do this as needed, instead of putting it on the panel object itself.

Screenshots or screen recordings

No visual difference

How to set up and validate locally

Follow these instructions to setup Product Analytics in GDK. Onboard a new project with Product Analytics, if you do not already have one set up. Enable the combined_analytics_dashboards_editor feature flag.

Verify that you can:

  • view a dashboard
  • create a dashboard
  • edit a dashboard

MR acceptance checklist

This checklist encourages us to confirm any changes have been analyzed to reduce risks in quality, performance, reliability, security, and maintainability.

Related to #417074 (closed)

Merge request reports