Client API bug Matt Blanchard  2016-05-18 07:10
Status: Closed
 
There seems to be a bug/typo in the LABKEY.ext4.data.Store Javascript Client library.

In the file /clientapi/ext4/data/Store.js:

171 if (config.parameters){
172 for (var n in oconfig.parameters)
173 baseParams["query.param." + n] = config.parameters[n];
174 }


The variable oconfig is not defined. It should be config.parameters.

This bug prevents me from using a parameterized query without jumping through some javascript hoops.

Not sure how to report this as an issue in the Labkey Bug Tracker. Please advise.

Thanks,.
Matt Blanchard
UNC-CH
 
 
Nick Kerr responded:  2016-05-18 08:43
Hi Matt,

Thanks for reporting this error. I've fixed this on our trunk repository and have opened an issue to patch the latest release.

https://www.labkey.org/issues/home/Developer/issues/details.view?issueId=26544

Thanks,
Nick