[Lada-commits] [PATCH 5 of 9] Do not show a tooltip for empty data fields

Wald Commits scm-commit at wald.intevation.org
Thu Mar 10 10:15:36 CET 2016


# HG changeset patch
# User Raimund Renkert <raimund.renkert at intevation.de>
# Date 1457534335 -3600
# Node ID 070255c0db28a3648204d8a21e3fb8831bb4938a
# Parent  fa422d69940cddcae979d8b2776b9b500a9c0171
Do not show a tooltip for empty data fields.

diff -r fa422d69940c -r 070255c0db28 app/view/grid/DatensatzErzeuger.js
--- a/app/view/grid/DatensatzErzeuger.js	Wed Mar 09 15:38:11 2016 +0100
+++ b/app/view/grid/DatensatzErzeuger.js	Wed Mar 09 15:38:55 2016 +0100
@@ -33,6 +33,7 @@
             this.rowEditing = Ext.create('Ext.grid.plugin.RowEditing', {
                 clicksToMoveEditor: 1,
                 autoCancel: false,
+                errorSummary: false,
                 disabled: false,
                 pluginId: 'rowedit'
             });
diff -r fa422d69940c -r 070255c0db28 app/view/grid/MessprogrammKategorie.js
--- a/app/view/grid/MessprogrammKategorie.js	Wed Mar 09 15:38:11 2016 +0100
+++ b/app/view/grid/MessprogrammKategorie.js	Wed Mar 09 15:38:55 2016 +0100
@@ -34,6 +34,7 @@
             this.rowEditing = Ext.create('Ext.grid.plugin.RowEditing', {
                 clicksToMoveEditor: 1,
                 autoCancel: false,
+                errorSummary: false,
                 disabled: false,
                 pluginId: 'rowedit'
             });
diff -r fa422d69940c -r 070255c0db28 app/view/grid/Probenehmer.js
--- a/app/view/grid/Probenehmer.js	Wed Mar 09 15:38:11 2016 +0100
+++ b/app/view/grid/Probenehmer.js	Wed Mar 09 15:38:55 2016 +0100
@@ -34,6 +34,7 @@
             this.rowEditing = Ext.create('Ext.grid.plugin.RowEditing', {
                 clicksToMoveEditor: 1,
                 autoCancel: false,
+                errorSummary: false,
                 disabled: false,
                 pluginId: 'rowedit'
             });


More information about the Lada-commits mailing list