[Lada-commits] [PATCH 3 of 4] Set requiered fields for stammdaten.ort grid
Wald Commits
scm-commit at wald.intevation.org
Thu May 26 14:06:36 CEST 2016
# HG changeset patch
# User Raimund Renkert <raimund.renkert at intevation.de>
# Date 1464264336 -7200
# Node ID 450368f678587d29023f00e73615034d7071662c
# Parent 143ab8fa13dc4c672804640c0fc9286da9ebb5a7
Set requiered fields for stammdaten.ort grid.
diff -r 143ab8fa13dc -r 450368f67858 app/view/grid/Orte.js
--- 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'
}, {
More information about the Lada-commits
mailing list