[release-12.0.1] App Plugins: Fix dashboard updater (#104583) (#104585)

This commit is contained in:
Stephanie Hingtgen
2025-04-26 01:22:28 +02:00
committed by GitHub
parent 0716d2fc4f
commit 4620dc0b4e
@@ -139,6 +139,7 @@ func (du *DashboardUpdater) syncPluginDashboards(ctx context.Context, plugin plu
func (du *DashboardUpdater) handlePluginStateChanged(ctx context.Context, event *pluginsettings.PluginStateChangedEvent) error {
du.logger.Info("Plugin state changed", "pluginId", event.PluginId, "enabled", event.Enabled)
ctx, _ = identity.WithServiceIdentity(ctx, event.OrgId)
if event.Enabled {
p, exists := du.pluginStore.Plugin(ctx, event.PluginId)