Created attachment 1425768[details]
video showing issue with dynamic dialog
Description of problem:
I have setup a service catalog that has a dynamic dialog with it. The dialog has 3 elements in it, all of the elements are dynamic and are of type drop down.
The setup is as follows:
--------------
Dynamic Dialog
--------------
- Element A => Set to refresh Element B
- Element B
- Element C
Elements B and C are not set to refresh anything. Element A is set to refresh Element B. There is no refresh button set for any of the elements.
When I click the 'Order' button to initiate a Service Catalog, all of the dynamic methods are hit twice as such :
method for Element A
method for Element B
method for Element C
method for Element A
method for Element B
method for Element C
I anticipate each method to be run only once when I click the 'Order' button for a Service Catalog.
When I change the value of Element A, the following methods are run:
method for Element A
method for Element B
method for Element C
method for Element B
I anticipate only the method for Element B to be run when I update the value for Element A.
Version-Release number of selected component (if applicable):
CFME 5.9.1.2
How reproducible:
always
Steps to Reproduce:
1. I have included a video showing the issue, the dynamic dialog used, and the custom automate methods for each element.
Actual results:
Methods are hit multiple times
Expected results:
Methods should only be hit as designed by user
Additional info:
Appliance reproduced on: 10.13.145.60 admin:smartvm
Created attachment 1425768 [details] video showing issue with dynamic dialog Description of problem: I have setup a service catalog that has a dynamic dialog with it. The dialog has 3 elements in it, all of the elements are dynamic and are of type drop down. The setup is as follows: -------------- Dynamic Dialog -------------- - Element A => Set to refresh Element B - Element B - Element C Elements B and C are not set to refresh anything. Element A is set to refresh Element B. There is no refresh button set for any of the elements. When I click the 'Order' button to initiate a Service Catalog, all of the dynamic methods are hit twice as such : method for Element A method for Element B method for Element C method for Element A method for Element B method for Element C I anticipate each method to be run only once when I click the 'Order' button for a Service Catalog. When I change the value of Element A, the following methods are run: method for Element A method for Element B method for Element C method for Element B I anticipate only the method for Element B to be run when I update the value for Element A. Version-Release number of selected component (if applicable): CFME 5.9.1.2 How reproducible: always Steps to Reproduce: 1. I have included a video showing the issue, the dynamic dialog used, and the custom automate methods for each element. Actual results: Methods are hit multiple times Expected results: Methods should only be hit as designed by user Additional info: Appliance reproduced on: 10.13.145.60 admin:smartvm