I have this ipl that i call in my CGI task (first task) to pull up all the related assets (by parsing the dcr) and listing them out for user to select.
Everything seems to be just right but nothing shows up in the selection list.
I am using the function checkDotComRelatedAssets() to collect the assets and call it in the begining of the ipl and push all the paths into
@files.
It always seems to go into the 'if' part because there is nothing in the array.
Am i doing Something wrong?
if($left[0] eq ''){
print qq {There are no related assets to be attached to the workflow. Kindly click Cancel to proceed. };
}
Using TS 6.5
Attached the ipl.
Thanks