Mercurial > lada > lada-client
comparison app/controller/form/Messprogramm.js @ 1070:33927274f013
Fixed mst/labor_mst field and selection to automatically set the netzbetreiber.
author | Raimund Renkert <raimund.renkert@intevation.de> |
---|---|
date | Wed, 06 Apr 2016 16:43:30 +0200 |
parents | 24b5684d74d7 |
children | 61cc583c3649 |
comparison
equal
deleted
inserted
replaced
1069:1d20cec263ee | 1070:33927274f013 |
---|---|
31 click: this.editOrtWindow | 31 click: this.editOrtWindow |
32 }, | 32 }, |
33 'messprogrammform': { | 33 'messprogrammform': { |
34 dirtychange: this.dirtyForm | 34 dirtychange: this.dirtyForm |
35 }, | 35 }, |
36 'messprogrammform messstelle combobox':{ | 36 'messprogrammform messstellelabor combobox': { |
37 expand: this.filter, | |
38 keydown: this.filter, | |
39 select: this.setNetzbetreiber | 37 select: this.setNetzbetreiber |
40 }, | 38 }, |
41 'messprogrammform location combobox': { | 39 'messprogrammform location combobox': { |
42 select: this.syncOrtWindow | 40 select: this.syncOrtWindow |
43 }, | 41 }, |