Mercurial > lada > lada-client
comparison app/view/grid/Orte.js @ 1136:8b35db6b2306
Remove stray logging.
author | Tom Gottfried <tom@intevation.de> |
---|---|
date | Wed, 25 May 2016 18:46:20 +0200 |
parents | 6408811c5c41 |
children | 53d108efab0b |
comparison
equal
deleted
inserted
replaced
1135:6408811c5c41 | 1136:8b35db6b2306 |
---|---|
47 text: 'RW', | 47 text: 'RW', |
48 dataIndex: 'readonly', | 48 dataIndex: 'readonly', |
49 sortable: false, | 49 sortable: false, |
50 width: 30, | 50 width: 30, |
51 getClass: function (val, meta, rec) { | 51 getClass: function (val, meta, rec) { |
52 console.log(rec.get('statusEdit')); | |
53 if (rec.get('readonly') === false) { | 52 if (rec.get('readonly') === false) { |
54 return 'edit'; | 53 return 'edit'; |
55 } | 54 } |
56 return 'noedit'; | 55 return 'noedit'; |
57 } | 56 } |