-
Notifications
You must be signed in to change notification settings - Fork 897
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
Added separate features for Requests subtabs #17524
Added separate features for Requests subtabs #17524
Conversation
96ca14f
to
3c93832
Compare
It feels strange to duplicate this. Is there a reason that a user would be allowed to see requests in one place (Automation Requests), but not another (Service Requests)? I ask because I wouldn't expect the API to differentiate between them. I would expect |
UI PR: ManageIQ/manageiq-ui-classic#4062 |
Those are different requests. From the admin perspective those are different things.
Well then the API should be changed as well. We need to model the API and the UI according to the requirements not vice versa ;-) |
@bdunne : Unless you have further notes. I'd merge this one. The UI part may need some cleanups, but the features will be needed. |
@martinpovolny All of you are more experienced with this than I am, so merge if you feel it is correct. |
Separated features for each "Requests" sub tab under Automation/Automate/Requests & Compute/Infrastructure/Requests to provide users with capability to allow access to each type individually. Currently there was only features for Service/Requests user was forced to have access to Service/Requests features to be able to see Automation or Host Provisioning requests. https://bugzilla.redhat.com/show_bug.cgi?id=1508490
3c93832
to
c3de340
Compare
Checked commit h-kataria@c3de340 with ruby 2.3.3, rubocop 0.52.1, haml-lint 0.20.0, and yamllint 1.10.0 |
Separated features for each "Requests" sub tab under Automation/Automate/Requests & Compute/Infrastructure/Requests to provide users with capability to allow access to each type individually. Currently there was only features for Service/Requests user was forced to have access to Service/Requests features to be able to see Automation or Host Provisioning requests.
https://bugzilla.redhat.com/show_bug.cgi?id=1508490