Merged in bugfix/HOR-3537 (pull request #5809)
HOR-3537 Approved-by: Julio Cesar Laura Avendaño <contact@julio-laura.com>
This commit is contained in:
@@ -331,7 +331,8 @@ Ext.onReady(function () {
|
||||
editable : false,
|
||||
allowBlank : false,
|
||||
triggerAction : 'all',
|
||||
mode : 'local'
|
||||
mode : 'local',
|
||||
tpl: '<tpl for="."><div class="x-combo-list-item">{CALENDAR_NAME:htmlEncode}</div></tpl>'
|
||||
});
|
||||
|
||||
var status = new Ext.data.SimpleStore({
|
||||
|
||||
Reference in New Issue
Block a user