-
Notifications
You must be signed in to change notification settings - Fork 141
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
Add svc_catalog_provision product feature to service dialog queries #343
Conversation
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.
👍 LGTM
Checked commit jntullo@2033b14 with ruby 2.3.3, rubocop 0.52.1, haml-lint 0.20.0, and yamllint 1.10.0 |
LGTM!! Thanks @jntullo for the fast turnaround on this 👍 |
Add svc_catalog_provision product feature to service dialog queries (cherry picked from commit 31b312c) Fixes https://bugzilla.redhat.com/show_bug.cgi?id=1553809
Gaprindashvili backport details:
|
Fine backport (to manageiq repo) details:
|
@gtanzillo There are a few Travis failures in Fine branch after backporting this PR. Can anyone look into this?
|
@simaishi the ManageIQ/manageiq#17314 should take care of it. waiting for specs to complete before I unwip. |
Thanks Alberto! |
If a user is attempting to order a service catalog and have permissions to do so, they may not have permissions to view the associated dialog, resulting in a failure to order. This gives the correct permissions to complete the ordering process by keeping the product features consistent across ordering and dialogs.
cc: @gtanzillo @gmcculloug
Resolves https://bugzilla.redhat.com/show_bug.cgi?id=1546944