# HG changeset patch # User Dustin Demuth # Date 1449586740 -3600 # Node ID 0a5fe163f1c8b7351124f4db7826389b34a14147 # Parent d8b0b23047b1ead168420e962ce358407e8980c8 Corrected a mistake. diff -r d8b0b23047b1 -r 0a5fe163f1c8 app/controller/Filter.js --- a/app/controller/Filter.js Tue Dec 08 15:58:26 2015 +0100 +++ b/app/controller/Filter.js Tue Dec 08 15:59:00 2015 +0100 @@ -274,7 +274,7 @@ //Store depends of the Type... // TODO the switchcasese should be unified withj those in SelectSql switch (type) { - case 'proben': + case 'probe': sname = 'Lada.store.ProbenList'; break; case 'messprogramm':