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