Mercurial > lada > lada-client
comparison app/view/zusatzwerte/CreateForm.js @ 499:8b4ec61c5752
Removed most log messages to make the application less verbose.
author | Raimund Renkert <raimund.renkert@intevation.de> |
---|---|
date | Thu, 06 Nov 2014 11:12:21 +0100 |
parents | 7c0653e8d9f7 |
children |
comparison
equal
deleted
inserted
replaced
498:c1b77fb96b01 | 499:8b4ec61c5752 |
---|---|
23 xtype: 'probenzusatzwert', | 23 xtype: 'probenzusatzwert', |
24 name: 'pzsId', | 24 name: 'pzsId', |
25 fieldLabel: 'PZW-Größe', | 25 fieldLabel: 'PZW-Größe', |
26 listeners: { | 26 listeners: { |
27 scope: this, | 27 scope: this, |
28 'change': function(field, newv, oldv, opts) { | 28 'change': function(field, newv, oldv) { |
29 console.log(field, oldv, newv, opts); | |
30 var ffield = this.getForm().findField('messeinheit'); | 29 var ffield = this.getForm().findField('messeinheit'); |
31 var pzsId = newv; | 30 var pzsId = newv; |
32 if (!pzsId) { | 31 if (!pzsId) { |
33 pzsId = oldv; | 32 pzsId = oldv; |
34 } | 33 } |