comparison app/view/widget/Netzbetreiber.js @ 830:60b15e3983a6

Emptytext wurde falsch gesetzt
author Dustin Demuth <dustin@intevation.de>
date Mon, 15 Jun 2015 15:22:55 +0200
parents 3637c453f67d
children 95d40ca7bb70
comparison
equal deleted inserted replaced
829:ebc275959f81 830:60b15e3983a6
21 typeAhead: false, 21 typeAhead: false,
22 minChars: 0, 22 minChars: 0,
23 23
24 initComponent: function() { 24 initComponent: function() {
25 var i18n = Lada.getApplication().bundle; 25 var i18n = Lada.getApplication().bundle;
26 this.emptyText = i18n.getMsg('emptytext.probenart'); 26 this.emptyText = i18n.getMsg('emptytext.netzbetreiber');
27 27
28 this.store = Ext.data.StoreManager.get('netzbetreiber'); 28 this.store = Ext.data.StoreManager.get('netzbetreiber');
29 if (!this.store) { 29 if (!this.store) {
30 this.store = Ext.create('Lada.store.Netzbetreiber'); 30 this.store = Ext.create('Lada.store.Netzbetreiber');
31 } 31 }

http://lada.wald.intevation.org