changeset 1140:450368f67858

Set requiered fields for stammdaten.ort grid.
author Raimund Renkert <raimund.renkert@intevation.de>
date Thu, 26 May 2016 14:05:36 +0200
parents 143ab8fa13dc
children e5e4eb249d9c
files app/view/grid/Orte.js
diffstat 1 files changed, 10 insertions(+), 5 deletions(-) [+]
line wrap: on
line diff
--- a/app/view/grid/Orte.js	Thu May 26 14:04:37 2016 +0200
+++ b/app/view/grid/Orte.js	Thu May 26 14:05:36 2016 +0200
@@ -80,7 +80,8 @@
         }, {
             header: i18n.getMsg('orte.ortId'),
             editor: {
-                xtype: 'textfield'
+                xtype: 'textfield',
+                allowBlank: false
             },
             dataIndex: 'ortId'
         }, {
@@ -179,13 +180,15 @@
         }, {
             header: i18n.getMsg('orte.kurztext'),
             editor: {
-                xtype: 'textfield'
+                xtype: 'textfield',
+                allowBlank: false
             },
             dataIndex: 'kurztext'
         }, {
             header: i18n.getMsg('orte.langtext'),
             editor: {
-                xtype: 'textfield'
+                xtype: 'textfield',
+                allowBlank: false
             },
             dataIndex: 'langtext'
         }, {
@@ -203,13 +206,15 @@
         }, {
             header: i18n.getMsg('orte.koordXExtern'),
             editor: {
-                xtype: 'textfield'
+                xtype: 'textfield',
+                allowBlank: false
             },
             dataIndex: 'koordXExtern'
         }, {
             header: i18n.getMsg('orte.koordYExtern'),
             editor: {
-                xtype: 'textfield'
+                xtype: 'textfield',
+                allowBlank: false
             },
             dataIndex: 'koordYExtern'
         }, {

http://lada.wald.intevation.org