nextcloud / server

☁️ Nextcloud server, a safe home for all your data
https://nextcloud.com
GNU Affero General Public License v3.0
27.42k stars 4.07k forks source link

fix(files): Properly reset all file list filters on view change #49261

Open susnux opened 1 day ago

susnux commented 1 day ago

Summary

Ensure that by design all file list filters are reset on view change. This is now implemented in the interface rather than manually listening to event by every filter.

Also refactored the filters store to store-setup style as this allows to run an init function.

Checklist