Created attachment 1399975[details]
dialog
Description of problem:
Version-Release number of selected component (if applicable):
5.9.0.22.20180221205805_f93a675
How reproducible:
Steps to Reproduce:
1. Import the dialog and domain attached.
2. Create a catalog item that uses this dialog.
3. Order service catalog. Select "Contract A" in Contract dropdown , location shows "Ohio and Alaska" . Select Contract B , Location does not change even after refresh .
Location should display : " Florida and Oregon" as in below method.
Actual results:
Expected results:
Additional info:
Method
=============
contract = $evm.root['dialog_contract']
locations = if contract == 'a'
{'ak' => 'Alaska', 'oh' => 'Ohio' }
else
{'fl' => 'Florida', 'or' => 'Oregon'}
end
$evm.object['values'] = locations
Appliance : https://10.8.197.128
Service catalog : generic.