Bug 1572716
Summary: | Delay in rendering service dialog | ||
---|---|---|---|
Product: | Red Hat CloudForms Management Engine | Reporter: | Satoe Imaishi <simaishi> |
Component: | Automate | Assignee: | eclarizi |
Status: | CLOSED ERRATA | QA Contact: | Shveta <sshveta> |
Severity: | high | Docs Contact: | |
Priority: | high | ||
Version: | 5.8.0 | CC: | cchen, cpelland, gmccullo, greartes, hkataria, lavenel, ltsai, mkanoor, mpovolny, obarenbo, pmukhedk, tfitzger |
Target Milestone: | GA | Keywords: | ZStream |
Target Release: | 5.9.2 | ||
Hardware: | x86_64 | ||
OS: | Linux | ||
Whiteboard: | |||
Fixed In Version: | 5.9.2.4 | Doc Type: | If docs needed, set a value |
Doc Text: | Story Points: | --- | |
Clone Of: | 1559757 | Environment: | |
Last Closed: | 2018-05-07 20:49:58 UTC | Type: | --- |
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: | 1559757 | ||
Bug Blocks: |
Comment 2
CFME Bot
2018-04-27 17:25:46 UTC
New commit detected on ManageIQ/manageiq/gaprindashvili: https://github.com/ManageIQ/manageiq/commit/8545d9a074ed9b93d2ac726fd20a66428fd934fc commit 8545d9a074ed9b93d2ac726fd20a66428fd934fc Author: Greg McCullough <gmccullo> AuthorDate: Thu Apr 26 19:19:54 2018 -0400 Commit: Greg McCullough <gmccullo> CommitDate: Thu Apr 26 19:19:54 2018 -0400 Merge pull request #17329 from eclarizio/dialog_field_dynamic_loading_sev2 Dialog field loading/refresh refactor to fix automate delays (cherry picked from commit c719d7f3867ec1c70a7d6dda92149b3e45eab093) https://bugzilla.redhat.com/show_bug.cgi?id=1572716 https://bugzilla.redhat.com/show_bug.cgi?id=1572711 app/models/dialog.rb | 20 +- app/models/dialog_field.rb | 16 +- app/models/dialog_field_check_box.rb | 9 - app/models/dialog_field_date_control.rb | 9 +- app/models/dialog_field_date_time_control.rb | 5 +- app/models/dialog_field_serializer.rb | 3 +- app/models/dialog_field_sorted_item.rb | 21 +- app/models/dialog_field_tag_control.rb | 4 + app/models/dialog_field_text_box.rb | 5 - app/models/resource_action_workflow.rb | 4 +- spec/models/dialog_field_check_box_spec.rb | 37 - spec/models/dialog_field_date_control_spec.rb | 18 +- spec/models/dialog_field_date_time_control_spec.rb | 26 +- spec/models/dialog_field_serializer_spec.rb | 2 +- spec/models/dialog_field_sorted_item_spec.rb | 133 + spec/models/dialog_field_spec.rb | 65 +- spec/models/dialog_field_text_box_spec.rb | 94 +- spec/models/resource_action_workflow_spec.rb | 31 +- 18 files changed, 284 insertions(+), 218 deletions(-) Working fine in 5.9.2.4.20180501195858_35dc609 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/RHSA-2018:1328 |