-
Notifications
You must be signed in to change notification settings - Fork 114
feat(iam): create policy action search no result improvement #9869
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
Conversation
packages/manager/modules/iam/src/components/actionSelect/actionSelect.controller.js
Outdated
Show resolved
Hide resolved
069eee7 to
26a3fb6
Compare
|
Kudos, SonarCloud Quality Gate passed!
|
y4nnL
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.
The actions search is disabled right now
It will be enabled by another PR, which means that this code will have to be updated
|
This Pull Request is stale due to inactivity since 30 days. If no activity happens for 15 more days from now, it will be closed. |
|
This Pull Request is now closed due to inactivity. |
packages/manager/modules/iam/src/components/actionSelect/actionSelect.template.html
Outdated
Show resolved
Hide resolved
26a3fb6 to
7370c68
Compare
ref: MANAGER-11395 Signed-off-by: Bruno MARQUES <bruno.marques.ext@corp.ovh.com>
7370c68 to
365d369
Compare
6c2ccc4
packages/manager/modules/iam/src/components/actionSelect/actionSelect.controller.js
Outdated
Show resolved
Hide resolved
6c2ccc4 to
48c2445
Compare
Signed-off-by: CDS Translator Agent <opensource@ovh.net>
59e3ca0
|
ref: MANAGER-11395 Signed-off-by: Bruno MARQUES <bruno.marques.ext@corp.ovh.com> Co-authored-by: CDS Translator Agent <opensource@ovh.net>
ref: MANAGER-11395 Signed-off-by: Bruno MARQUES <bruno.marques.ext@corp.ovh.com> Co-authored-by: CDS Translator Agent <opensource@ovh.net>
ref: MANAGER-11395 Signed-off-by: Bruno MARQUES <bruno.marques.ext@corp.ovh.com> Co-authored-by: CDS Translator Agent <opensource@ovh.net>
ref: MANAGER-11395 Signed-off-by: Bruno MARQUES <bruno.marques.ext@corp.ovh.com> Co-authored-by: CDS Translator Agent <opensource@ovh.net>









ref: MANAGER-11395
masterDescription
While creating a new policy in IAM manager, while searching for actions, we now add some feedback to user when there is no result.
Related