Mercurial > lada > lada-client
diff app/controller/Zusatzwerte.js @ 137:a7eea094d3d6
Removed id property from Zusatzwerte model. Do not set Probenzusatz when
saving the Zusatzwert.
author | Torsten Irländer <torsten.irlaender@intevation.de> |
---|---|
date | Wed, 26 Jun 2013 10:23:55 +0200 |
parents | 04439f3feba3 |
children | 1fb79e16149f |
line wrap: on
line diff
--- a/app/controller/Zusatzwerte.js Wed Jun 26 10:18:08 2013 +0200 +++ b/app/controller/Zusatzwerte.js Wed Jun 26 10:23:55 2013 +0200 @@ -37,12 +37,6 @@ saveZusatzwert: function(button) { console.log('Saving Zusatzwert'); var form = button.up('window').down('form'); - var values = form.getForm().getValues(); - var model = form.model; - // Set Probenzusatzwert and rebind the model to the form. - var xxx = this.getProbenzusatzwerteStore(); - var probenzusatz = xxx.getAt(xxx.find('pzsId', values.pzsId)); - model.setProbenzusatz(probenzusatz); form.commit(); }, addZusatzwert: function(button) {