After creating a new link via link picker dialog, the Add button does not respond to click. This happens intermittently.
Upon browser inspection via console, there was 500 error when this url was called via ajax, when clicking Add
…/datamanager/quickAddRecordAction/?_sid=ADB47285-F0EC-4E7B-A15784BA091EFE62&csrfToken=0310A6F674E94FFCBAE5CB8389220E99&object=link
However after closing the browser inspection dialog, the error is gone.
Please see attached html file for the error details.
Discovered this is Coldbox issue.
First line:var target= NULL. It is NOT in the cache.
Second line, because the local variable is NULL, lucee treats it as a non-existent variable. So then looks through the scopes to find the variable and finds it in FORM scope.