[Lada-commits] [PATCH 1 of 6] Updated missing name changes for messung grid

Wald Commits scm-commit at wald.intevation.org
Thu Mar 12 09:48:13 CET 2015


# HG changeset patch
# User Raimund Renkert <raimund.renkert at intevation.de>
# Date 1426149887 -3600
# Node ID 825973ca386fd3636b1860e65aa6c34948119016
# Parent  f2742f9b5a644d5009ed35d3f4011c769693a6a1
Updated missing name changes for messung grid.

diff -r f2742f9b5a64 -r 825973ca386f app/controller/grid/Messung.js
--- a/app/controller/grid/Messung.js	Wed Mar 11 15:27:11 2015 +0100
+++ b/app/controller/grid/Messung.js	Thu Mar 12 09:44:47 2015 +0100
@@ -18,13 +18,13 @@
 
     init: function() {
         this.control({
-            'messungengrid': {
+            'messunggrid': {
                 itemdblclick: this.editItem
             },
-            'messungengrid button[action=add]': {
+            'messunggrid button[action=add]': {
                 click: this.add
             },
-            'messungengrid button[action=delete]': {
+            'messunggrid button[action=delete]': {
                 click: this.remove
             }
         });
diff -r f2742f9b5a64 -r 825973ca386f app/view/window/ProbeEdit.js
--- a/app/view/window/ProbeEdit.js	Wed Mar 11 15:27:11 2015 +0100
+++ b/app/view/window/ProbeEdit.js	Thu Mar 12 09:44:47 2015 +0100
@@ -18,7 +18,7 @@
         'Lada.view.grid.Ort',
         'Lada.view.grid.Probenzusatzwert',
         'Lada.view.grid.PKommentar',
-        'Lada.view.grid.Messungen'
+        'Lada.view.grid.Messung'
     ],
 
     collapsible: true,


More information about the Lada-commits mailing list