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 |
|||||||||||
| |||||||||||