diff app/view/grid/Messmethoden.js @ 764:ba8c0e754979

Some work was done on the nuklidegrid, added a checkbox model to select the nuklide. Looks OK, but has no function right now
author Dustin Demuth <dustin@intevation.de>
date Fri, 08 May 2015 15:31:58 +0200
parents 0e8d4178bb7e
children 31eaed998531
line wrap: on
line diff
--- a/app/view/grid/Messmethoden.js	Fri May 08 12:47:28 2015 +0200
+++ b/app/view/grid/Messmethoden.js	Fri May 08 15:31:58 2015 +0200
@@ -69,7 +69,7 @@
             }]
         }];
         this.columns = [{
-            header: 'Messmethode',
+            header: i18n.getMsg('messmethode'),
             dataIndex: 'mmtId',
             flex: 1,
             renderer: function(value) {
@@ -77,12 +77,9 @@
                     return '';
                 }
                 var store = Ext.data.StoreManager.get('messmethoden');
-                console.log(store);
                 if (!store) {
                     store = Ext.create('Lada.store.Messmethoden');
                 }
-                store.load();
-                console.log(store);
                 return value + " - " + store.findRecord('id', value, 0, false, false, true).get('messmethode');
             },
             editor: {

http://lada.wald.intevation.org