Mercurial > lada > lada-client
comparison app/view/form/Ortszuordnung.js @ 1298:3025014e83c6
Remove out-commented line with invalid i18n-reference.
author | Tom Gottfried <tom@intevation.de> |
---|---|
date | Thu, 02 Feb 2017 11:47:14 +0100 |
parents | 171eacf989d8 |
children | f1e348109ebb |
comparison
equal
deleted
inserted
replaced
1297:5dfd5798cbcc | 1298:3025014e83c6 |
---|---|
115 queryMode: 'local' | 115 queryMode: 'local' |
116 }, { | 116 }, { |
117 // this field is hidden because the user doesn't | 117 // this field is hidden because the user doesn't |
118 // need to know the internal ortID | 118 // need to know the internal ortID |
119 xtype: 'textfield', | 119 xtype: 'textfield', |
120 // fieldLabel: i18n.getMsg('orte.ortid'), | |
121 allowBlank: false, | 120 allowBlank: false, |
122 regex: /^[0-9]{1,45}$/, | 121 regex: /^[0-9]{1,45}$/, |
123 submitValue: true, | 122 submitValue: true, |
124 hidden: true, | 123 hidden: true, |
125 name: this.ortIdName, | 124 name: this.ortIdName, |