-
Notifications
You must be signed in to change notification settings - Fork 32
🐛 [Frontend] Fix: change context search #8194
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: change context search #8194
Conversation
…c-simcore into fix/change-context-search
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 an issue with search context handling in the study browser. The fix replaces a switch statement with an array includes check and adds a condition to prevent unnecessary context changes when both the search context and search text remain unchanged.
- Replace switch statement with array includes check for better search context handling
- Add condition to check both context and search text when determining whether to proceed with context change
services/static-webserver/client/source/class/osparc/dashboard/StudyBrowser.js
Show resolved
Hide resolved
|
|
@mergify queue |
🟠 Waiting for conditions to match
|
giancarloromeo
left a comment
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.
🚀



What do these changes do?
Related issue/s
How to test
Dev-ops