Bug 1296958
| Summary: | UI: Toolbar buttons should not be there on Log Depot settings edit form screen | ||
|---|---|---|---|
| Product: | Red Hat CloudForms Management Engine | Reporter: | Chris Pelland <cpelland> |
| Component: | UI - OPS | Assignee: | Aparna Karve <akarve> |
| Status: | CLOSED ERRATA | QA Contact: | Milan Falešník <mfalesni> |
| Severity: | medium | Docs Contact: | |
| Priority: | medium | ||
| Version: | 5.4.0 | CC: | akarve, cpelland, dajohnso, hkataria, jhardy, jkrocil, jprause, mfeifer, mpovolny, obarenbo |
| Target Milestone: | GA | Keywords: | ZStream |
| Target Release: | 5.5.2 | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | 5.5.2.1 | Doc Type: | Bug Fix |
| Doc Text: | Story Points: | --- | |
| Clone Of: | 1221822 | Environment: | |
| Last Closed: | 2016-02-10 15:31:32 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: | 1221822 | ||
| Bug Blocks: | |||
|
Description
Chris Pelland
2016-01-08 14:36:47 UTC
New commit detected on cfme/5.5.z: https://code.engineering.redhat.com/gerrit/gitweb?p=cfme.git;a=commitdiff;h=c6a5fc833ef11c602c40d846d118dffb961fe8a4 commit c6a5fc833ef11c602c40d846d118dffb961fe8a4 Merge: 43dda14 0e21041 Author: Dan Clarizio <dclarizi> AuthorDate: Fri Jan 8 13:42:14 2016 -0500 Commit: Dan Clarizio <dclarizi> CommitDate: Fri Jan 8 13:42:14 2016 -0500 Merge branch 'bz1296958_dont_render_tb_on_edit' into '5.5.z' Do not render toolbar when edit is clicked in log collection https://bugzilla.redhat.com/show_bug.cgi?id=1296958 Clean cherry-pick Upstream PR - https://github.com/ManageIQ/manageiq/pull/6048 See merge request !688 app/controllers/ops_controller.rb | 9 +++++--- app/controllers/ops_controller/diagnostics.rb | 2 ++ spec/controllers/ops_controller_spec.rb | 31 +++++++++++++++++++++++++++ 3 files changed, 39 insertions(+), 3 deletions(-) New commit detected on cfme/5.5.z: https://code.engineering.redhat.com/gerrit/gitweb?p=cfme.git;a=commitdiff;h=0e210419ffd5dda86304e4dd2a0fbe97cedbc9fa commit 0e210419ffd5dda86304e4dd2a0fbe97cedbc9fa Author: Aparna Karve <akarve> AuthorDate: Tue Jan 5 12:10:50 2016 -0800 Commit: Aparna Karve <akarve> CommitDate: Fri Jan 8 06:58:58 2016 -0800 Do not render toolbar when edit is clicked in log collection https://bugzilla.redhat.com/show_bug.cgi?id=1296958 app/controllers/ops_controller.rb | 9 +++++--- app/controllers/ops_controller/diagnostics.rb | 2 ++ spec/controllers/ops_controller_spec.rb | 31 +++++++++++++++++++++++++++ 3 files changed, 39 insertions(+), 3 deletions(-) VErified in 5.5.2.1, the toolbar buttons are not visible during editing. Since the problem described in this bug report should be resolved in a recent advisory, it has been closed with a resolution of ERRATA. For information on the advisory, and where to find the updated files, follow the link below. If the solution does not work for you, open a new bug report. https://access.redhat.com/errata/RHBA-2016:0159 |