Add project filtering option for group projects droupdown
What does this MR do and why?
The merge request updates the GroupProjectsDropdown
component in the Security Orchestration application. It adds a new prop called groupIds
, which allows the component to filter projects based on the specified group IDs. Additionally, it modifies the items
method to filter projects based on the groupIds
prop when it is provided. The component also includes a new filteredProjects
method to handle the filtering logic.
This option is required in case group has multiple subgroups
Please evaluate this MR against the MR acceptance checklist. It helps you analyze changes to reduce risks in quality, performance, reliability, security, and maintainability.
Screenshots or screen recordings
Screenshots are required for UI changes, and strongly recommended for all other merge requests.
***NO VISUAL CHANGES***
How to set up and validate locally
Numbered steps to set up and validate the change are strongly suggested.
Related to #470059 (closed)