Mercurial > lada > lada-client
diff app/view/grid/Messmethoden.js @ 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 | b7484c7da2d4 |
children | ba8c0e754979 |
line wrap: on
line diff
--- 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'); }