-
Notifications
You must be signed in to change notification settings - Fork 32
🐛 [Frontend] Fix: filter tags with empty text #8428
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
🐛 [Frontend] Fix: filter tags with empty text #8428
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull Request Overview
This PR fixes issues related to filtering behavior in the StudyBrowser component, specifically addressing problems when filters are applied but should not display results.
- Prevents workspaces and folders from being displayed when certain filters are enabled
- Improves parameter handling for text-based search queries
- Adds conditional logic to skip result processing when filters are active
Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.
services/static-webserver/client/source/class/osparc/dashboard/StudyBrowser.js
Outdated
Show resolved
Hide resolved
services/static-webserver/client/source/class/osparc/dashboard/StudyBrowser.js
Show resolved
Hide resolved
services/static-webserver/client/source/class/osparc/dashboard/StudyBrowser.js
Show resolved
Hide resolved
|



What do these changes do?
reported by @ahalder2
This PR fixes issues related to filtering behavior in the StudyBrowser, specifically addressing problems when filters are applied but should not display results.
Related issue/s
How to test
Dev-ops