Skip to content

fix(admin-ui): resolve search issues in Custom Scripts screen#2213

Merged
duttarnab merged 2 commits intomainfrom
admin-ui-issue-2200
Jul 31, 2025
Merged

fix(admin-ui): resolve search issues in Custom Scripts screen#2213
duttarnab merged 2 commits intomainfrom
admin-ui-issue-2200

Conversation

@faisalsiddique4400
Copy link
Contributor

fix(admin-ui): resolve search issues in Custom Scripts screen (#2200)

🐞 Summary

This PR fixes a bug where the search functionality on the Custom Scripts screen was either throwing errors or returning incomplete results. The issue occurred during input filtering, especially with partial or special-character searches.


✅ Changes

  • Fixed search logic in the Custom Scripts table to correctly filter results.
  • Handled edge cases to avoid runtime errors when no matches are found.
  • Improved resilience of input parsing and case sensitivity handling.

🧱 Notes

  • This fix improves stability and usability when managing many custom scripts.
  • No backend changes were required — all logic adjustments are frontend-only.

🔗 Ticket

Title:Search in Custom Script not working properly
Closes: #2200

Fixed a bug where searching in the Custom Scripts screen caused errors or failed to return results.
Improved filtering logic to handle partial matches and avoid runtime exceptions.
@mo-auto mo-auto added comp-admin-ui Component affected by issue or PR kind-bug Issue or PR is a bug in existing functionality labels Jul 30, 2025
@mo-auto
Copy link
Member

mo-auto commented Jul 30, 2025

🎉 Snyk checks have passed. No issues have been found so far.

security/snyk check is complete. No issues have been found. (View Details)

@duttarnab duttarnab enabled auto-merge (squash) July 30, 2025 15:57
@duttarnab duttarnab merged commit c967724 into main Jul 31, 2025
5 checks passed
@duttarnab duttarnab deleted the admin-ui-issue-2200 branch July 31, 2025 17:15
@sonarqubecloud
Copy link

@sonarqubecloud
Copy link

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

comp-admin-ui Component affected by issue or PR kind-bug Issue or PR is a bug in existing functionality

Projects

None yet

Development

Successfully merging this pull request may close these issues.

fix(admin-ui): search in custom script not working properly

3 participants