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