Mercurial > lada > lada-client
comparison app/view/window/OrtEdit.js @ 726:6bc05ba2f6b1
Fixed tree_modified check in orte edit.
author | Raimund Renkert <raimund.renkert@intevation.de> |
---|---|
date | Thu, 16 Apr 2015 15:56:03 +0200 |
parents | 6f6d2df00130 |
children | 7267bae1d43f |
comparison
equal
deleted
inserted
replaced
725:83c571b022f3 | 726:6bc05ba2f6b1 |
---|---|
104 failure: function(record, action) { | 104 failure: function(record, action) { |
105 // TODO | 105 // TODO |
106 }, | 106 }, |
107 success: function(record, response) { | 107 success: function(record, response) { |
108 var me = this; | 108 var me = this; |
109 if (this.probe.get('treeModified') < record.get('treeModified')) { | 109 if (record.get('treeModified') < record.get('parentModified')) { |
110 Ext.Msg.show({ | 110 Ext.Msg.show({ |
111 title: 'Probe nicht aktuell!', | 111 title: 'Probe nicht aktuell!', |
112 msg: 'Die zugehörige Probe wurde verändert.\nMöchten Sie zu der Probe zurückkehren und neu laden?\nOhne das erneute Laden der Probe wird das Speichern des Ortes nicht möglich sein.', | 112 msg: 'Die zugehörige Probe wurde verändert.\nMöchten Sie zu der Probe zurückkehren und neu laden?\nOhne das erneute Laden der Probe wird das Speichern des Ortes nicht möglich sein.', |
113 buttons: Ext.Msg.OKCANCEL, | 113 buttons: Ext.Msg.OKCANCEL, |
114 icon: Ext.Msg.WARNING, | 114 icon: Ext.Msg.WARNING, |