Bug 1266838 - Refresh button makes interface hang if "nil" is used as hash key in the method that's called when refresh button is clicked.
Summary: Refresh button makes interface hang if "nil" is used as hash key in the metho...
Keywords:
Status: CLOSED DUPLICATE of bug 1240309
Alias: None
Product: Red Hat CloudForms Management Engine
Classification: Red Hat
Component: UI - OPS
Version: 5.4.0
Hardware: x86_64
OS: Linux
unspecified
high
Target Milestone: GA
: 5.5.0
Assignee: eclarizi
QA Contact: Dave Johnson
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2015-09-28 07:24 UTC by Prasad Mukhedkar
Modified: 2019-08-15 05:32 UTC (History)
6 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2015-09-28 20:19:46 UTC
Category: ---
Cloudforms Team: ---
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)

Description Prasad Mukhedkar 2015-09-28 07:24:14 UTC
Description of problem:

The Refresh button on my Dynamic Dropdown Lists runs the method which uses "nil" as hash key cause UI to hang with
the waiting wheel.


Version-Release number of selected component (if applicable):
 5.4.1.0.20150717083323_6ed7e1c 

How reproducible:
Always

Steps to Reproduce:

1. Create a custom dialog with a Dynamic Dropdown List and a Refresh button
2. Create a method that is call when hiting refresh, use "nil" as hash key the method
3. Call the dialog from a service provisioning or custom button
4. Click on "Refresh"

Actual results:
The UI hangs.


Expected results:
The UI is refreshed with the "dialog_field" generate in the method.

Additional info:
Using an empty string instead of nil as hash key solves the problem, this bugzila is  opened to support "nil" .


Note You need to log in before you can comment on or make changes to this bug.