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

   ### Purpose
   
   This PR fixes an issue where the asset filter was not refreshed after 
creating new assets or asset links.
   
   Previously, the asset filter data was only loaded on initialization. As a 
result, newly created assets or asset links were not reflected in the filter 
until the page was manually refreshed.
   
   This change ensures that the asset browser data is reloaded immediately 
after:
   - Creating a new asset
   - Creating or managing asset links
   
   As a result, the filter always reflects the latest asset state without 
requiring a full page reload.
   
   ### Changes
   
   - Added a public `reloadAssetData()` method to `SpAssetBrowserService`
   - Triggered asset browser reload after asset creation in the asset overview 
component
   - Triggered asset browser reload after creating or managing asset links in 
the asset details links component
   
   ### How to test
   
   1. Open the Assets page
   2. Create a new asset → the asset filter updates immediately
   3. Add or manage asset links for an existing asset → the asset filter 
updates without refreshing the page
   
   ### Remarks
   
   This change is limited to the UI layer and does not affect backend APIs or 
data models.
   The reload behavior is consistent with existing reload logic already used 
after asset deletion or saving.
   
   PR introduces breaking changes: **no**
   
   PR introduces deprecations: **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