comparison app/view/widget/Betriebsart.js @ 755:3637c453f67d

Enabled Creation of a Messprogramm, an empty Window is now shown. The save operation leads to a E 500
author Dustin Demuth <dustin@intevation.de>
date Wed, 06 May 2015 10:27:58 +0200
parents 2e8da590ea0c
children d2ee6858f452
comparison
equal deleted inserted replaced
754:6b0d0e62f7d7 755:3637c453f67d
29 triggerAction: 'all', 29 triggerAction: 'all',
30 typeAhead: false, 30 typeAhead: false,
31 31
32 displayField: 'betriebsart', 32 displayField: 'betriebsart',
33 valueField: 'betriebsartId', 33 valueField: 'betriebsartId',
34 emptyText: 'Wählen Sie eine Betriebsart',
35 34
36 initComponent: function() { 35 initComponent: function() {
36 var i18n = Lada.getApplication().bundle;
37 this.emptyText = i18n.getMsg('emptytext.probenart');
38
37 this.store = Ext.data.StoreManager.get('betriebsartStore') 39 this.store = Ext.data.StoreManager.get('betriebsartStore')
38 this.store.clearFilter(); 40 this.store.clearFilter();
39 this.callParent(arguments); 41 this.callParent(arguments);
40 } 42 }
41 }); 43 });

http://lada.wald.intevation.org