Mercurial > lada > lada-client
comparison app/controller/grid/Status.js @ 1007:23bfcbdb4527
merged.
author | Raimund Renkert <raimund.renkert@intevation.de> |
---|---|
date | Wed, 20 Jan 2016 17:33:33 +0100 |
parents | 54179b6043b6 |
children | 3e9ff7786d2c |
comparison
equal
deleted
inserted
replaced
1002:54179b6043b6 | 1007:23bfcbdb4527 |
---|---|
160 record.set('id', null); | 160 record.set('id', null); |
161 record.set('text', i18n.getMsg('statusgrid.resetText')); | 161 record.set('text', i18n.getMsg('statusgrid.resetText')); |
162 } | 162 } |
163 | 163 |
164 Ext.Ajax.request({ | 164 Ext.Ajax.request({ |
165 url: 'lada-server/status', | 165 url: 'lada-server/rest/status', |
166 jsonData: record.getData(), | 166 jsonData: record.getData(), |
167 method: 'POST', | 167 method: 'POST', |
168 success: function(response) { | 168 success: function(response) { |
169 button.up('window').initData(); | 169 button.up('window').initData(); |
170 button.up('grid').initData(); | 170 button.up('grid').initData(); |