Fix: group id missing in new resource dropdown
What does this MR do and why?
Fix #416456 (closed), the current version of the code computes the same local storage key to all groups, while clicking the create new issue in [project]
will be redirect to any project we last selected.
Amend the code with a group path injection, when no group id were passed in to the component, we should use the group path.
/cc @prajnamas @qk44077907 @orozot @fenyuluoshang
Fix: group id missing in new resource dropdown
- Convert groupId to
inject
. - Update Specs against it.
Changelog: fixed
Screencast
Screenshots are required for UI changes, and strongly recommended for all other merge requests.
How to set up and validate locally
Numbered steps to set up and validate the change are strongly suggested.
MR acceptance checklist
This checklist encourages us to confirm any changes have been analyzed to reduce risks in quality, performance, reliability, security, and maintainability.
-
I have evaluated the MR acceptance checklist for this MR.