Set Readonly for a List Collector Catalog Variable?
Hi,I can set Readonly for simple variables that originate from catalog requests in the resulting tasks by using a client script on the sc_task form with: g_form.setReadonly('variables.my_variable',true); This works fine with simple variables, e.g. w...