Bug 1347162
| Summary: | UX: Automate - Configuration button is not present in read-only domains until there is a writeable domain available | |||
|---|---|---|---|---|
| Product: | Red Hat CloudForms Management Engine | Reporter: | Jan Krocil <jkrocil> | |
| Component: | UI - OPS | Assignee: | Eric Hayes <ehayes> | |
| Status: | CLOSED WONTFIX | QA Contact: | Matouš Mojžíš <mmojzis> | |
| Severity: | medium | Docs Contact: | ||
| Priority: | medium | |||
| Version: | 5.6.0 | CC: | cpelland, dclarizi, hkataria, jhardy, mpovolny, obarenbo | |
| Target Milestone: | GA | Keywords: | ZStream | |
| Target Release: | cfme-future | |||
| Hardware: | Unspecified | |||
| OS: | Unspecified | |||
| Whiteboard: | ui:ux:automate | |||
| Fixed In Version: | Doc Type: | If docs needed, set a value | ||
| Doc Text: | Story Points: | --- | ||
| Clone Of: | ||||
| : | 1353294 (view as bug list) | Environment: | ||
| Last Closed: | 2017-08-21 13:04:46 UTC | Type: | Bug | |
| Regression: | --- | Mount Type: | --- | |
| Documentation: | --- | CRM: | ||
| Verified Versions: | Category: | --- | ||
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | ||
| Cloudforms Team: | --- | Target Upstream Version: | ||
| Embargoed: | ||||
| Bug Depends On: | ||||
| Bug Blocks: | 1353294 | |||
|
Description
Jan Krocil
2016-06-16 08:10:44 UTC
Let's remove code here that hides toolbar buttons when domain is locked: https://github.com/ManageIQ/manageiq/blob/master/app/helpers/application_helper/toolbar_builder.rb#L717-L718 update code in this area to disable buttons when domain is locked and display appropriate hover text on the buttons https://github.com/ManageIQ/manageiq/blob/master/app/helpers/application_helper/toolbar_builder.rb#L1122 ~Harpreet New commit detected on ManageIQ/manageiq/master: https://github.com/ManageIQ/manageiq/commit/9acf1cbb3e04aff08a39275522c806b24316a231 commit 9acf1cbb3e04aff08a39275522c806b24316a231 Author: Eric Hayes <eric> AuthorDate: Fri Jun 24 16:28:40 2016 -0700 Commit: Eric Hayes <eric> CommitDate: Fri Jul 1 13:43:41 2016 -0700 Show the configure drop-down with some guidance when no enabled or unlocked domains exist. https://bugzilla.redhat.com/show_bug.cgi?id=1347162 app/helpers/application_helper/toolbar_builder.rb | 16 +++- lib/miq_automation_engine/models/miq_ae_domain.rb | 4 + .../application_helper/toolbar_builder_spec.rb | 88 +++++++++++++++++++++- 3 files changed, 106 insertions(+), 2 deletions(-) This bug has been open for more than a year and is assigned to an older release of CloudForms. If you would like to keep this Bugzilla open and if the issue is still present in the latest version of the product, please file a new Bugzilla which will be added and assigned to the latest release of CloudForms. |