VolkovLabs / business-forms

The Business Forms panel is a conceptually new plugin for Grafana. It is the first plugin that allows inserting and updating application data, as well as modifying configuration directly from your Grafana dashboard.
https://docs.volkovlabs.io
Apache License 2.0
86 stars 10 forks source link

Cannot read properties of undefined (reading 'payload') in Scenes dashboards #466

Closed mikhail-vl closed 3 months ago

mikhail-vl commented 3 months ago

Reported on Grafana v11.2.0-74515 (b4126d3bce) and main branch with GF_FEATURE_TOGGLES_ENABLE=dashboardScene enabled when adding a new panel. In non-Scenes dashboards works as expected.

TypeError: Cannot read properties of undefined (reading 'payload')
    at o.onPanelMigration (migration.ts:203:30)
    at bd._pluginLoaded (VizPanel.js:241:36)
    at bd._loadPlugin (VizPanel.js:206:14)
    at async bd.changePluginType (VizPanel.js:280:5)

Is it breaking change recently introduced?

asimonok commented 3 months ago

Related issue - https://github.com/grafana/grafana/issues/92000