Mercurial > lada > lada-client
comparison app/view/grid/MessungList.js @ 1082:dbd435256f77
Open status edit window and send status objects.
author | Raimund Renkert <raimund.renkert@intevation.de> |
---|---|
date | Wed, 13 Apr 2016 19:04:15 +0200 |
parents | e32c10cf5499 |
children | 05948135ce75 |
comparison
equal
deleted
inserted
replaced
1081:5e9a674d7bb4 | 1082:dbd435256f77 |
---|---|
34 action: 'print', | 34 action: 'print', |
35 disabled: true //disabled on start, enabled by the controller | 35 disabled: true //disabled on start, enabled by the controller |
36 }, { | 36 }, { |
37 text: i18n.getMsg('statusSetzen'), | 37 text: i18n.getMsg('statusSetzen'), |
38 icon: 'resources/img/emblem-important.png', | 38 icon: 'resources/img/emblem-important.png', |
39 action: 'setStatus', | 39 action: 'setstatus', |
40 disabled: true //disabled on start, enabled by the controller | 40 disabled: true //disabled on start, enabled by the controller |
41 }] | 41 }] |
42 }]; | 42 }]; |
43 this.columns = []; | 43 this.columns = []; |
44 this.callParent(arguments); | 44 this.callParent(arguments); |