diff app/controller/Filter.js @ 792:d572ee3271ac

some work on a context-sensitive toolbar
author Dustin Demuth <dustin@intevation.de>
date Wed, 13 May 2015 13:00:13 +0200
parents 639e82e2089e
children bc6bc71efb78
line wrap: on
line diff
--- a/app/controller/Filter.js	Wed May 13 12:40:27 2015 +0200
+++ b/app/controller/Filter.js	Wed May 13 13:00:13 2015 +0200
@@ -206,10 +206,10 @@
         var modes = element.up('panel[name=main]').down('radiogroup').getChecked();
         var sname = modes[0].inputValue;
 
-        if (sname === 'ProbenList') {
+        if (sname === 'ProbeList') {
             sname = 'Lada.store.ProbenList';
         }
-        else if (sname === 'MessprogrammeList') {
+        else if (sname === 'MessprogrammList') {
             sname = 'Lada.store.MessprogrammeList';
         }
 

http://lada.wald.intevation.org