comparison app/model/StaMessmethode.js @ 531:7fb335bf6799

Fixed messmethode combobox display value.
author Raimund Renkert <raimund.renkert@intevation.de>
date Wed, 17 Dec 2014 11:34:43 +0100
parents f7446ebfe5d0
children
comparison
equal deleted inserted replaced
530:95bad130be98 531:7fb335bf6799
22 name: 'id' 22 name: 'id'
23 }, { 23 }, {
24 name: 'beschreibung' 24 name: 'beschreibung'
25 }, { 25 }, {
26 name: 'messmethode' 26 name: 'messmethode'
27 }, {
28 name: 'display',
29 persist: false,
30 convert: function(value, record) {
31 return record.get('id') + ' - ' + record.get('messmethode');
32 }
33
27 }], 34 }],
28 35
29 idProperty: 'id', 36 idProperty: 'id',
30 37
31 proxy: { 38 proxy: {

http://lada.wald.intevation.org