@@ -20,7 +20,7 @@ Ext.define('school.view.core.form.field.ClassComboBox', {
// template for the content inside text field
displayTpl: Ext.create('Ext.XTemplate',
'<tpl for=".">',
- '{clazz_name} | {clazz_grade}',
+ '{clazz_name}',
'</tpl>'
),