[Lada-commits] [PATCH 1 of 7] Set maxlength to 5 for erzeuger

Wald Commits scm-commit at wald.intevation.org
Fri Jul 12 15:59:09 CEST 2013


# HG changeset patch
# User Torsten Irländer <torsten.irlaender at intevation.de>
# Date 1373619204 -7200
# Node ID 6527b15981962aa8db49d0c6d10772911d2bdc0a
# Parent  62e116cd3e3bbc2f9b142747b18c21dcdb4bb3fe
Set maxlength to 5 for erzeuger.

diff -r 62e116cd3e3b -r 6527b1598196 app/view/kommentare/CreateForm.js
--- a/app/view/kommentare/CreateForm.js	Tue Jul 09 15:26:29 2013 +0200
+++ b/app/view/kommentare/CreateForm.js	Fri Jul 12 10:53:24 2013 +0200
@@ -5,6 +5,7 @@
         this.items = [
             {
                 xtype: 'textfield',
+                maxLength: 5,
                 name: 'erzeuger',
                 fieldLabel: 'Erzeuger'
             },


More information about the Lada-commits mailing list