Mercurial > lada > lada-client
diff app/view/window/ProbeEdit.js @ 690:e88381fb3bdb
Use treeModiefied timestamp to determine if working with 'old' objects.
author | Raimund Renkert <raimund.renkert@intevation.de> |
---|---|
date | Wed, 25 Mar 2015 16:46:48 +0100 |
parents | 6a6d1b02a1a3 |
children | 817524db4017 |
line wrap: on
line diff
--- a/app/view/window/ProbeEdit.js Wed Mar 25 16:45:29 2015 +0100 +++ b/app/view/window/ProbeEdit.js Wed Mar 25 16:46:48 2015 +0100 @@ -114,6 +114,7 @@ }, success: function(record, response) { this.down('probeform').setRecord(record); + this.record = record; var json = Ext.decode(response.response.responseText); if (json) { this.setMessages(json.errors, json.warnings);