Brijesh-Thakkar opened a new pull request, #4082:
URL: https://github.com/apache/streampipes/pull/4082

   ### Purpose
   
   This PR fixes an issue where an active asset filter was not correctly 
reapplied
   after navigating away from the Assets view and returning back.
   
   Previously, when a user:
   - Applied a filter in the Assets view (e.g., showing only specific assets),
   - Navigated to another section (e.g., Connectors or Home),
   - Navigated back to Assets,
   
   the filter UI state was still visible, but the actual filtering was no longer
   applied, resulting in all assets being displayed.
   
   This change ensures that the stored filter state is consistently reapplied 
when
   the Assets overview component is reloaded, keeping the UI state and displayed
   data in sync.
   
   ### Remarks
   
   - The fix is limited to the UI layer and does not introduce any backend 
changes.
   - No existing behavior outside the Assets overview is affected.
   - The issue can be reproduced reliably by applying a filter, navigating away,
     and navigating back to the Assets page.
   
   PR introduces (a) breaking change(s): no
   
   PR introduces (a) deprecation(s): no
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to