[Lada-commits] [PATCH 2 of 4] Corrected a mistake
Wald Commits
scm-commit at wald.intevation.org
Thu Dec 10 09:29:16 CET 2015
# HG changeset patch
# User Dustin Demuth <dustin at intevation.de>
# Date 1449586740 -3600
# Branch stammdatengrids
# 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':
More information about the Lada-commits
mailing list