Mercurial > lada > lada-client
changeset 983:0a5fe163f1c8 stammdatengrids
Corrected a mistake.
author | Dustin Demuth <dustin@intevation.de> |
---|---|
date | Tue, 08 Dec 2015 15:59:00 +0100 |
parents | d8b0b23047b1 |
children | b21421ba6917 |
files | app/controller/Filter.js |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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':