Mercurial > lada > lada-client
comparison app/view/window/GenProbenFromMessprogramm.js @ 860:03f39ddae596
Restructured Filterresultgrid button-dock, added button to generate Proben from a selection of messprogramme.
author | Dustin Demuth <dustin@intevation.de> |
---|---|
date | Fri, 10 Jul 2015 18:18:00 +0200 |
parents | dff2798390f8 |
children | 99c5dd8e9b0f |
comparison
equal
deleted
inserted
replaced
856:e44070aa45d2 | 860:03f39ddae596 |
---|---|
122 }, | 122 }, |
123 deactivate: function(){ | 123 deactivate: function(){ |
124 this.getEl().addCls('window-inactive'); | 124 this.getEl().addCls('window-inactive'); |
125 }, | 125 }, |
126 close: function () { | 126 close: function () { |
127 this.parentWindow.probenWindow = null; | 127 if (this.parentWindow) { |
128 this.parentWindow.probenWindow = null; | |
129 } | |
128 } | 130 } |
129 }); | 131 }); |
130 | 132 |
131 // InitialConfig is the config object passed to the constructor on | 133 // InitialConfig is the config object passed to the constructor on |
132 // creation of this window. We need to pass it throuh to the form as | 134 // creation of this window. We need to pass it throuh to the form as |