Mercurial > lada > lada-client
changeset 1145:7ac4d811cf89
Reload stammdaten orte store to have all orte objects available.
author | Raimund Renkert <raimund.renkert@intevation.de> |
---|---|
date | Fri, 27 May 2016 14:51:41 +0200 |
parents | 5ceb0381ae73 |
children | 645f888e34be |
files | app/controller/Ort.js |
diffstat | 1 files changed, 1 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/app/controller/Ort.js Fri May 27 14:51:12 2016 +0200 +++ b/app/controller/Ort.js Fri May 27 14:51:41 2016 +0200 @@ -123,6 +123,7 @@ success: function(record, response) { var grid = Ext.ComponentQuery.query('ortstammdatengrid')[0]; grid.store.reload(); + Ext.StoreManager.get('orte').load(); }, failure: function(record, response) { var json = response.request.scope.reader.jsonData;