I have gotten most validation scripts working. However, I cannot get them working when the dataset label has spaces. Take this example:
dataset name: 'behavetrem'
label: 'Behavior Remarks'
I have tried files named either 'Behavior Remarks.js' or behavetrem.js. Neither of these scripts is running as far as I can tell from the console. Two questions:
1. am i supposed to use dataset name or label in the validation script filename?
2. If I'm supposed to use label, is labkey handling situations where spaces are in the label correctly? |