[Lada-commits] [PATCH 2 of 7] Set maxlength of NPR to 10

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


# HG changeset patch
# User Torsten Irländer <torsten.irlaender at intevation.de>
# Date 1373619446 -7200
# Node ID a9a7d8abc45ef415225d194f6a43b2cfb4e1e851
# Parent  6527b15981962aa8db49d0c6d10772911d2bdc0a
Set maxlength of NPR to 10

diff -r 6527b1598196 -r a9a7d8abc45e app/view/messungen/CreateForm.js
--- a/app/view/messungen/CreateForm.js	Fri Jul 12 10:53:24 2013 +0200
+++ b/app/view/messungen/CreateForm.js	Fri Jul 12 10:57:26 2013 +0200
@@ -13,6 +13,7 @@
             {
                 xtype: 'textfield',
                 name: 'nebenprobenNr',
+                maxLength: 10,
                 fieldLabel: 'NPR'
             },
             {


More information about the Lada-commits mailing list