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:
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user