Mercurial > lada > lada-client
comparison app/view/grid/Status.js @ 1017:d8e74bd89d6b
Fixed Activation of StatusReset Button
author | Dustin Demuth <dustin@intevation.de> |
---|---|
date | Thu, 04 Feb 2016 12:08:21 +0100 |
parents | e92931b8f6b0 |
children | 859e2e9859cd |
comparison
equal
deleted
inserted
replaced
1016:d6e259e76de6 | 1017:d8e74bd89d6b |
---|---|
175 property: 'datum', | 175 property: 'datum', |
176 direction: 'ASC' | 176 direction: 'ASC' |
177 }] | 177 }] |
178 }); | 178 }); |
179 } | 179 } |
180 | |
180 this.store.load({ | 181 this.store.load({ |
181 params: { | 182 params: { |
182 messungsId: this.recordId, | 183 messungsId: this.recordId, |
183 } | 184 } |
184 }); | 185 }); |