Bug 1514593
Summary: | [Regression] Not able to Submit service catalog , Save button is not enabled. | ||||||||
---|---|---|---|---|---|---|---|---|---|
Product: | Red Hat CloudForms Management Engine | Reporter: | Shveta <sshveta> | ||||||
Component: | UI - OPS | Assignee: | Harpreet Kataria <hkataria> | ||||||
Status: | CLOSED CURRENTRELEASE | QA Contact: | Dave Johnson <dajohnso> | ||||||
Severity: | high | Docs Contact: | |||||||
Priority: | high | ||||||||
Version: | 5.9.0 | CC: | bgillet, cpelland, dmisharo, eclarizi, hkataria, jhardy, jmarc, lavenel, mpovolny, obarenbo, simaishi | ||||||
Target Milestone: | GA | Keywords: | Regression, TestOnly | ||||||
Target Release: | 5.10.0 | ||||||||
Hardware: | Unspecified | ||||||||
OS: | Unspecified | ||||||||
Whiteboard: | service, testathon | ||||||||
Fixed In Version: | 5.10.0.0 | Doc Type: | If docs needed, set a value | ||||||
Doc Text: | Story Points: | --- | |||||||
Clone Of: | |||||||||
: | 1517882 (view as bug list) | Environment: | |||||||
Last Closed: | 2018-06-21 20:34:05 UTC | Type: | Bug | ||||||
Regression: | --- | Mount Type: | --- | ||||||
Documentation: | --- | CRM: | |||||||
Verified Versions: | Category: | Bug | |||||||
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |||||||
Cloudforms Team: | CFME Core | Target Upstream Version: | |||||||
Embargoed: | |||||||||
Bug Depends On: | |||||||||
Bug Blocks: | 1517882 | ||||||||
Attachments: |
|
Please check https://10.8.197.112 . Order catalog item once , button is disabled . Try to order again , Submit button does not even show up. *** Bug 1515322 has been marked as a duplicate of this bug. *** Created attachment 1355965 [details]
screenshot
New commit detected on ManageIQ/manageiq-ui-classic/master: https://github.com/ManageIQ/manageiq-ui-classic/commit/2572be7fa8cb61b29bc7628a3a921d5349ce3fd2 commit 2572be7fa8cb61b29bc7628a3a921d5349ce3fd2 Author: Harpreet Kataria <hkataria> AuthorDate: Mon Nov 20 15:42:04 2017 -0500 Commit: Harpreet Kataria <hkataria> CommitDate: Mon Nov 20 17:36:25 2017 -0500 Fixed visibility of form buttons, paging div etc in Catalog Explorer - When ordering a Service Catalog, form buttons were displayed along with paging div randomly and when ordering a service from list view it was displaying double form buttons. Fixed several issues with form buttons visibility. - Fixed an error when pressing "cancel" on Service catalog order screen, this was only happening when pressing going to order screen from Service Catalog details screen. https://bugzilla.redhat.com/show_bug.cgi?id=1514593 app/controllers/application_controller/dialog_runner.rb | 1 + app/controllers/catalog_controller.rb | 7 ++++--- 2 files changed, 5 insertions(+), 3 deletions(-) *** Bug 1515496 has been marked as a duplicate of this bug. *** *** Bug 1515841 has been marked as a duplicate of this bug. *** New commit detected on ManageIQ/manageiq-ui-classic/master: https://github.com/ManageIQ/manageiq-ui-classic/commit/c877220d79c99584ef749ff6c50b3bc6187bb4ab commit c877220d79c99584ef749ff6c50b3bc6187bb4ab Author: Harpreet Kataria <hkataria> AuthorDate: Tue Nov 21 15:56:01 2017 -0500 Commit: Harpreet Kataria <hkataria> CommitDate: Tue Nov 21 16:46:44 2017 -0500 Fixed if condition to check for action instead of action_name When Order button is clicked from list view, action_name value is sent up as x_button making the code go thru if condition and show double buttons on screen. https://bugzilla.redhat.com/show_bug.cgi?id=1514593 app/controllers/catalog_controller.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commit detected on ManageIQ/manageiq-ui-classic/master: https://github.com/ManageIQ/manageiq-ui-classic/commit/74bcedc9b412ea1a2c1ac517c1a625e230baa832 commit 74bcedc9b412ea1a2c1ac517c1a625e230baa832 Author: Harpreet Kataria <hkataria> AuthorDate: Tue Nov 21 18:00:51 2017 -0500 Commit: Harpreet Kataria <hkataria> CommitDate: Tue Nov 21 18:00:51 2017 -0500 Spec test to verify a fix in PR 2790 Spec test to verify fix in https://github.com/ManageIQ/manageiq-ui-classic/pull/2790 https://bugzilla.redhat.com/show_bug.cgi?id=1514593 app/controllers/catalog_controller.rb | 4 ++-- spec/controllers/catalog_controller_spec.rb | 29 +++++++++++++++++++++++++++++ 2 files changed, 31 insertions(+), 2 deletions(-) |
Created attachment 1354317 [details] button disabled Description of problem: Version-Release number of selected component (if applicable): 5.9.0.9.20171115202245_7429f75 How reproducible: Steps to Reproduce: 1. Create a dialog. 2. Create catalog and then catalog item using the above created dialog. 3. Order Service catalog, Save or submit button is always disabled. Actual results: Expected results: Additional info: