Created attachment 1477937 [details] payload without checkbox Description of problem: API issue from this BZ https://bugzilla.redhat.com/show_bug.cgi?id=1610685 Version-Release number of selected component (if applicable): How reproducible: Steps to Reproduce: 1. Create Service Dialog with the following elements - Checkbox ( not ticked) - Dynamic Text Area use the following code for the dynamic text area ##################### check_box = $evm.root['dialog_check_box_1'] puts "#{check_box}" ################### In the Checkbox element, add refresh field to "Text Area" 2. Create a Service catalog Item and use the newly created Service Dialog 3. submit the dialog without changing the checkbox at all 4. Check automation.log Actual results: submit the dialog without changing the checkbox at all, the API payload doesn't even list the checkbox as a field. Expected results: Additional info:
Appliance : https://10.8.199.142 Service : catalog_item Version - 5.9.4.4.20180816162527_c00eb23
I can't test this on master at the moment due to a classic ui issue (https://github.com/ManageIQ/manageiq-ui-classic/issues/4522).
Is this a 5.9.4 regression?
Drew, issue mentioned in https://github.com/ManageIQ/manageiq-ui-classic/issues/4522 has been fixed. ~Harpreet
Sure Harpreet, and thanks, but that has nothing to do with this bug.
And yeah, it's a regression. Will try to figure out exactly when today, sorry, I just haven't had time.
Not broken on master.
Broken on 5.9.4.3, and it looks like the request itself has the correct information, it's just the api call that doesn't seem to be right.
Closing because I think this isn't an issue, please feel free to reopen if anyone still thinks this is still an issue.