Mercurial > lada > lada-client
diff app/view/form/Probe.js @ 1235:d1f43f1e7e84
Fix setting Netzbetreiber in Messprogramm.
author | Tom Gottfried <tom@intevation.de> |
---|---|
date | Mon, 31 Oct 2016 10:05:10 +0100 |
parents | 390dabbf27ed |
children | 03826fba90bb |
line wrap: on
line diff
--- a/app/view/form/Probe.js Fri Oct 28 21:23:31 2016 +0200 +++ b/app/view/form/Probe.js Mon Oct 31 10:05:10 2016 +0100 @@ -135,11 +135,10 @@ readOnly: true, isFormField: false, submitValue: false, - fieldLabel: 'Netzbetreiber', + fieldLabel: i18n.getMsg('netzbetreiberId'), margin: '0, 5, 5, 5', width: '35%', - labelWidth: 80, - allowBlank: false + labelWidth: 80 }, { xtype: 'datenbasis', editable: false,