diff app/view/widget/base/NumberField.js @ 1169:e552e82ceb8a

Teilintervall and offset must be integer.
author Tom Gottfried <tom@intevation.de>
date Fri, 01 Jul 2016 14:12:54 +0200
parents 40a07eb873bf
children c63acd44f8ca
line wrap: on
line diff
--- a/app/view/widget/base/NumberField.js	Fri Jul 01 14:01:02 2016 +0200
+++ b/app/view/widget/base/NumberField.js	Fri Jul 01 14:12:54 2016 +0200
@@ -24,6 +24,7 @@
             flex: 1,
             name: this.name,
             msgTarget: 'none',
+            allowDecimals: this.allowDecimals,
             maxLength: this.maxLength || 1000,
             enforceMaxLength: this.enforceMaxLength || true,
             fieldLabel: this.fieldLabel,

http://lada.wald.intevation.org