diff app/view/widgets/Messmethode.js @ 445:a122424f2f0f

Fixed typos in fields.
author Raimund Renkert <raimund.renkert@intevation.de>
date Tue, 03 Dec 2013 17:08:44 +0100
parents f9bb1ecf6462
children debfcc7713e3
line wrap: on
line diff
--- a/app/view/widgets/Messmethode.js	Tue Dec 03 11:29:27 2013 +0100
+++ b/app/view/widgets/Messmethode.js	Tue Dec 03 17:08:44 2013 +0100
@@ -1,5 +1,5 @@
 var mmtStore = Ext.create('Ext.data.Store', {
-    fields: ['mmtId', 'messmethhode'],
+    fields: ['mmtId', 'messmethode'],
     sorters: [{
         property: 'mmtId'
     }],
@@ -20,11 +20,11 @@
  * Combobox for Messmethode
  */
 Ext.define('Lada.view.widgets.Messmethode' ,{
-        tpl: '<tpl for="."><div class="x-combo-list-item x-boundlist-item" >{mmtId} - {messmethhode}</div></tpl>',
+        tpl: '<tpl for="."><div class="x-combo-list-item x-boundlist-item" >{mmtId} - {messmethode}</div></tpl>',
         extend: 'Ext.form.ComboBox',
         alias: 'widget.messmethode',
         store: mmtStore,
-        displayField:'messmethhode',
+        displayField:'messmethode',
         valueField: 'mmtId',
         emptyText:'Wählen Sie eine Messmethode',
         // Enable filtering of comboboxes

http://lada.wald.intevation.org