diff app/view/grid/MessprogrammKategorie.js @ 1098:9bfbcad128a3

Set and enforce max text length for stammdaten fields.
author Raimund Renkert <raimund.renkert@intevation.de>
date Tue, 10 May 2016 16:01:25 +0200
parents 677fc5e62055
children 8b35db6b2306
line wrap: on
line diff
--- a/app/view/grid/MessprogrammKategorie.js	Tue May 10 15:10:21 2016 +0200
+++ b/app/view/grid/MessprogrammKategorie.js	Tue May 10 16:01:25 2016 +0200
@@ -116,6 +116,8 @@
             dataIndex: 'bezeichnung',
             editor: {
                 xtype: 'textfield',
+                maxLength: 120,
+                enforceMaxLength: true,
                 allowBlank: false
             }
         }, {

http://lada.wald.intevation.org