Mercurial > lada > lada-client
diff app/view/grid/DatensatzErzeuger.js @ 1060:070255c0db28
Do not show a tooltip for empty data fields.
author | Raimund Renkert <raimund.renkert@intevation.de> |
---|---|
date | Wed, 09 Mar 2016 15:38:55 +0100 |
parents | ce1928e6e828 |
children | ca204e91012f |
line wrap: on
line diff
--- 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' });