comparison app/view/grid/Probenehmer.js @ 1136:8b35db6b2306

Remove stray logging.
author Tom Gottfried <tom@intevation.de>
date Wed, 25 May 2016 18:46:20 +0200
parents 421db8840f49
children
comparison
equal deleted inserted replaced
1135:6408811c5c41 1136:8b35db6b2306
68 text: 'RW', 68 text: 'RW',
69 dataIndex: 'readonly', 69 dataIndex: 'readonly',
70 sortable: false, 70 sortable: false,
71 width: 30, 71 width: 30,
72 getClass: function (val, meta, rec) { 72 getClass: function (val, meta, rec) {
73 console.log(rec.get('statusEdit'));
74 if (rec.get('readonly') === false) { 73 if (rec.get('readonly') === false) {
75 return 'edit'; 74 return 'edit';
76 } 75 }
77 return 'noedit'; 76 return 'noedit';
78 }, 77 },

http://lada.wald.intevation.org