Mercurial > lada > lada-client
changeset 763:0e8d4178bb7e
Fixed a bug where Comboboxes where not loaded
author | Dustin Demuth <dustin@intevation.de> |
---|---|
date | Fri, 08 May 2015 12:47:28 +0200 |
parents | 1f3837b513d9 |
children | ba8c0e754979 |
files | app/store/Messmethoden.js app/view/grid/Messmethoden.js |
diffstat | 2 files changed, 3 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/app/store/Messmethoden.js Fri May 08 12:37:36 2015 +0200 +++ b/app/store/Messmethoden.js Fri May 08 12:47:28 2015 +0200 @@ -26,5 +26,6 @@ return ''; } }], - sortOnLoad: true + sortOnLoad: true, + autoLoad: true });
--- a/app/view/grid/Messmethoden.js Fri May 08 12:37:36 2015 +0200 +++ b/app/view/grid/Messmethoden.js Fri May 08 12:47:28 2015 +0200 @@ -77,6 +77,7 @@ return ''; } var store = Ext.data.StoreManager.get('messmethoden'); + console.log(store); if (!store) { store = Ext.create('Lada.store.Messmethoden'); }