Mercurial > lada > lada-client
comparison app/controller/grid/Probenzusatzwert.js @ 699:04f266eb2fd5
removed debug messages
author | Dustin Demuth <dustin@intevation.de> |
---|---|
date | Thu, 26 Mar 2015 17:30:55 +0100 |
parents | 5b2cbc6bc39a |
children | f0bc5387abcc |
comparison
equal
deleted
inserted
replaced
698:9635f4e60b13 | 699:04f266eb2fd5 |
---|---|
29 success: function() { | 29 success: function() { |
30 context.grid.store.reload(); | 30 context.grid.store.reload(); |
31 context.grid.up('window').initData(); | 31 context.grid.up('window').initData(); |
32 }, | 32 }, |
33 failure: function(record, response) { | 33 failure: function(record, response) { |
34 console.log(response); | |
35 console.log(record); | |
36 var json = response.request.scope.reader.jsonData; | 34 var json = response.request.scope.reader.jsonData; |
37 if (json) { | 35 if (json) { |
38 if (json.message){ | 36 if (json.message){ |
39 Ext.Msg.alert(Lada.getApplication().bundle.getMsg('errmsgtitle') | 37 Ext.Msg.alert(Lada.getApplication().bundle.getMsg('errmsgtitle') |
40 +' '+json.message, | 38 +' '+json.message, |