Merged in ricviscarra/processmaker/3.0.1-GA (pull request #2541)

14970 El Boton de acciones de un caso no es Standar, solo se puede abrir el menu si se hace click en la flecha. SOLVED
This commit is contained in:
Julio Cesar Laura Avendaño
2015-07-29 17:31:31 -04:00

View File

@@ -1697,7 +1697,7 @@ Ext.onReady ( function() {
var toolbarTodo = [
optionMenuOpen,
{
xtype: 'tbsplit',
xtype: 'tbbutton',
text: _('ID_ACTIONS'),
menu: menuItems
},
@@ -1783,7 +1783,7 @@ Ext.onReady ( function() {
var toolbarDraft = [
optionMenuOpen,
{
xtype: 'tbsplit',
xtype: 'tbbutton',
text: _('ID_ACTIONS'),
menu: menuItems
},