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.
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)
Reported on Grafana v11.2.0-74515 (b4126d3bce) and
main
branch withGF_FEATURE_TOGGLES_ENABLE=dashboardScene
enabled when adding a new panel. In non-Scenes dashboards works as expected.Is it breaking change recently introduced?