Hello everyone. I am struggling with dynamics dialog fields in my catalog.
Let’s say I’d like to have a checkbox field ‘use_ipam’
This checkbox is true, by default. If user wishes to enter hostname, ip manualy and unchecks this checbox, several other text fields would appear (one for hostname, one for IP, one for network mask, etc…)
The problem is, that user can click quicky (by accident) more then once and result of what stays visible and what hidden is undetermined.
Checkbox ‘use_ipam’ itself is not dynamics, it only has selected hostname, ip fields in Fields to refresh. Those text fields are dynamics and if user clicks more then one on ‘use_ipam’, their “refresh” methods run in parallel. Sometimes wins correct instance, sometimes not.
Is there any solution for this? (except to maintain 2 dialogs?)
Thanks