Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

cached features in browser's localStorage are not updated upon cfg-changes in delivery-service #277

Open
ccwienk opened this issue Jan 3, 2025 · 0 comments
Labels
bug Something isn't working

Comments

@ccwienk
Copy link
Collaborator

ccwienk commented Jan 3, 2025

Bug Description

If changing "feature-cfg" (relevant for Delivery-Dashboard, e.g. "special components") in Delivery-Service (or rather its backing cfg), such changes are not reflected in Delivery-Dashboard-Instances that were connected against the same delivery-service-instance prior to said cfg-change.

Reproducer

  • clear local storage (in webbrowser)
  • add specialComponent to delivery-service features cfg (e.g. ocm-gear)
  • start delivery-service and delivery-dashboard (connect it against delivery-service-instance)
  • check local-storage features entry (in webbrowser)
  • modify existing specialComponent, configure different one
  • restart delivery-service (so cfg-change is picked up)
  • check local-storage (in webbrowser); features entry will still show previous cfg (prior to change)
  • add dependency (edit component on landing page), old dependencies are suggested
@ccwienk ccwienk added the bug Something isn't working label Jan 3, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant