## Summary - Fix "Disabling features from menu and marketplace is not working" by preserving user-set `disabled` and `hidden` values during controller reconciliation - The controller was hardcoding `disabled=false` and `hidden=false` on every reconcile loop, overwriting any changes made through the dashboard UI ## Test plan - [ ] Disable a service from the dashboard marketplace panel - [ ] Verify the service stays disabled after controller reconciliation - [ ] Hide a service from the dashboard menu - [ ] Verify the service stays hidden after controller reconciliation - [ ] Create a new ApplicationDefinition and verify its MarketplacePanel defaults to disabled=false, hidden=false <!-- This is an auto-generated comment: release notes by coderabbit.ai --> ## Summary by CodeRabbit * **Bug Fixes** * Fixed an issue where user-configured "disabled" and "hidden" settings in the marketplace panel could be reset during updates. These preferences are now preserved when the panel is created or updated, and the system avoids applying unnecessary configuration changes when values haven't actually changed. <!-- end of auto-generated comment: release notes by coderabbit.ai --> |
||
|---|---|---|
| .. | ||
| dashboard | ||
| fluxplunger | ||
| kubeovnplunger | ||
| applicationdefinition_controller.go | ||
| applicationdefinition_helmreconciler.go | ||
| suite_test.go | ||
| workload_controller.go | ||
| workload_controller_test.go | ||
| workloadmonitor_controller.go | ||