Bug 1238721
| Summary: | Getting an error in the UI when moving an unsaved element in a service dialog | |||
|---|---|---|---|---|
| Product: | Red Hat CloudForms Management Engine | Reporter: | Martin Welk <mwelk> | |
| Component: | UI - OPS | Assignee: | Jozef Zigmund <jzigmund> | |
| Status: | CLOSED ERRATA | QA Contact: | Shveta <sshveta> | |
| Severity: | medium | Docs Contact: | ||
| Priority: | medium | |||
| Version: | 5.4.0 | CC: | hkataria, jdeubel, jhardy, jprause, jzigmund, mfeifer, mpovolny, obarenbo, sshveta | |
| Target Milestone: | GA | Flags: | sshveta:
automate_bug-
|
|
| Target Release: | 5.6.0 | |||
| Hardware: | Unspecified | |||
| OS: | Unspecified | |||
| Whiteboard: | retest:service:dialog | |||
| Fixed In Version: | 5.6.0.1 | Doc Type: | Bug Fix | |
| Doc Text: |
Cause: Service dialog elements cannot be reordered in 5.5
Consequence: Getting an error in the UI when moving an unsaved element in a service dialog
Fix: Use item order number instead of record ID (unsaved element doesn't have ID)
Result:
|
Story Points: | --- | |
| Clone Of: | ||||
| : | 1291859 (view as bug list) | Environment: | ||
| Last Closed: | 2016-06-29 14:57:59 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: | 1291859 | |||
|
Description
Martin Welk
2015-07-02 13:13:23 UTC
Service dialog elements cannot be reordered in 5.5 . Issue can be seen in 5.4 New commit detected on ManageIQ/manageiq/master: https://github.com/ManageIQ/manageiq/commit/040c343747524160aa9e82dddd19aa0435e6520a commit 040c343747524160aa9e82dddd19aa0435e6520a Author: Jozef Zigmund <jzigmund> AuthorDate: Wed Mar 23 16:15:08 2016 +0100 Commit: Jozef Zigmund <jzigmund> CommitDate: Mon Apr 4 15:57:23 2016 +0200 Fix the error when user reorders an unsaved element in a service dialog Use item order number instead of record ID (unsaved element doesn't have ID) https://bugzilla.redhat.com/show_bug.cgi?id=1238721 app/assets/javascripts/miq_application.js | 11 +++++++++++ .../miq_ae_customization_controller/dialogs.rb | 20 ++++++++++++++++---- 2 files changed, 27 insertions(+), 4 deletions(-) Fixed. Verified in 5.6.0.1-beta2.20160413141124_e25ac0e New commit detected on cfme/5.5.z: https://code.engineering.redhat.com/gerrit/gitweb?p=cfme.git;a=commitdiff;h=47b5bd63a52df0532b83a29f8c6103d7c46a1245 commit 47b5bd63a52df0532b83a29f8c6103d7c46a1245 Author: Jozef Zigmund <jzigmund> AuthorDate: Wed Mar 23 16:15:08 2016 +0100 Commit: Jozef Zigmund <jzigmund> CommitDate: Mon Apr 18 15:03:52 2016 +0200 Fix the error when user reorders an unsaved element in a service dialog Use item order number instead of record ID (unsaved element doesn't have ID) https://bugzilla.redhat.com/show_bug.cgi?id=1238721 app/assets/javascripts/miq_application.js | 11 +++++++++++ .../miq_ae_customization_controller/dialogs.rb | 20 ++++++++++++++++---- 2 files changed, 27 insertions(+), 4 deletions(-) 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:1348 |