orchidsoftware / orchidsoftware/platform
Missing type validation when changing search type
Open
@tabuna is already working on this.
Since Dec 20, 2024.
Errors
- Dominant language
- PHP
- Stars
- 4.8k
- Forks
- 663
- Avg merge
- 1d 9h
- Merged PRs (30d)
- 7
Description
Describe the bug
if a user tries to filter in the search page without selecting any record type the page will crash.
To Reproduce
Steps to reproduce the behavior:
- adding validation when the filter is handling to check the type of the record
Expected behavior
An error handling will be generated if a user tries to filter with an empty type.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.