Mercurial > lada > lada-client
changeset 1303:996607be4752
clear ortstore before new record is loaded
author | Maximilian Krambach <mkrambach@intevation.de> |
---|---|
date | Thu, 02 Feb 2017 13:46:41 +0100 |
parents | 322da3ad0c0b |
children | 9f15a932a525 |
files | app/view/window/Ortszuordnung.js |
diffstat | 1 files changed, 1 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/app/view/window/Ortszuordnung.js Thu Feb 02 13:33:38 2017 +0100 +++ b/app/view/window/Ortszuordnung.js Thu Feb 02 13:46:41 2017 +0100 @@ -190,6 +190,7 @@ osg.setLoading(true); map.setLoading(true); this.ortstore = Ext.data.StoreManager.get('orte'); + this.ortstore.load(); var ortId; if (this.messprogramm) { ortId = this.record.get('ort');