BUG 11718 : Campo type en la creación de un report table no está validado

SOL:  Set the comboBox attribute 'editable' to false, to avoid invalid types.
This commit is contained in:
ralpheav
2013-05-15 14:39:32 -04:00
parent 2bae6d540b
commit d388762f15

View File

@@ -312,7 +312,7 @@ Ext.onReady(function(){
editor: new fm.ComboBox({
typeAhead: true,
triggerAction: 'all',
editable: true,
editable: false,
lazyRender: true,
mode: 'local',
displayField:'type',