Mercurial > lada > lada-client
diff app/view/form/Ortszuordnung.js @ 1335:cba4e0b0e336
Fixed ort grid selection.
author | Raimund Renkert <raimund.renkert@intevation.de> |
---|---|
date | Fri, 03 Feb 2017 17:02:55 +0100 |
parents | 2c5d89886885 |
children | d2f06ce4d43a |
line wrap: on
line diff
--- a/app/view/form/Ortszuordnung.js Fri Feb 03 16:17:46 2017 +0100 +++ b/app/view/form/Ortszuordnung.js Fri Feb 03 17:02:55 2017 +0100 @@ -148,6 +148,7 @@ setRecord: function(record) { this.getForm().loadRecord(record); + this.record = record; if (!record.get('readonly')) { this.down('[action=setOrt]').enable(); this.setReadOnly(false);