# HG changeset patch # User Raimund Renkert # 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' }, {