comparison app/view/window/MessungEdit.js @ 1142:255d550e74f4

Use the correct record to compare treemodified field.
author Raimund Renkert <raimund.renkert@intevation.de>
date Thu, 26 May 2016 14:56:41 +0200
parents 5ed859241fc9
children 9934dc780701
comparison
equal deleted inserted replaced
1141:e5e4eb249d9c 1142:255d550e74f4
135 console.log(response); 135 console.log(response);
136 console.log(record); 136 console.log(record);
137 }, 137 },
138 success: function(record, response) { 138 success: function(record, response) {
139 var me = this; 139 var me = this;
140 if (this.probe.get('treeModified') < record.get('parentModified')) { 140 if (this.parentWindow.record.get('treeModified') < record.get('parentModified')) {
141 Ext.Msg.show({ 141 Ext.Msg.show({
142 title: 'Probe nicht aktuell!', 142 title: 'Probe nicht aktuell!',
143 msg: 'Die zugehörige Probe wurde verändert.\n' + 143 msg: 'Die zugehörige Probe wurde verändert.\n' +
144 'Möchten Sie zu der Probe zurückkehren und neu laden?\n' + 144 'Möchten Sie zu der Probe zurückkehren und neu laden?\n' +
145 'Ohne das erneute Laden der Probe wird das Speichern' + 145 'Ohne das erneute Laden der Probe wird das Speichern' +

http://lada.wald.intevation.org