comparison app/controller/Proben.js @ 139:df6e36dd57ee

Changed params probe -> probeId, mst -> mstId, uwb -> umwId
author Torsten Irländer <torsten.irlaender@intevation.de>
date Thu, 27 Jun 2013 16:21:21 +0200
parents e80a9114524c
children 1fb79e16149f
comparison
equal deleted inserted replaced
138:4287f29b5b81 139:df6e36dd57ee
46 var pstore = this.getProbenzusatzwerteStore(); 46 var pstore = this.getProbenzusatzwerteStore();
47 pstore.load(); 47 pstore.load();
48 var zstore = this.getZusatzwerteStore(); 48 var zstore = this.getZusatzwerteStore();
49 zstore.load({ 49 zstore.load({
50 params: { 50 params: {
51 probe: id 51 probeId: id
52 } 52 }
53 }); 53 });
54 console.log("Loaded Probe with ID " + record.getId()); //outputs ID 54 console.log("Loaded Probe with ID " + record.getId()); //outputs ID
55 }, 55 },
56 createSuccess: function(form, record, operation) { 56 createSuccess: function(form, record, operation) {

http://lada.wald.intevation.org