Skip to content

Commit

Permalink
Merge pull request #32 from kjkooistra-youwe/bugfix/deleteActionNotVi…
Browse files Browse the repository at this point in the history
…sible

[BUGFIX] Delete action not visible in Firefox and IE
  • Loading branch information
jorisros authored Aug 7, 2019
2 parents a72283b + c3fa175 commit 5b52202
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ pimcore.plugin.workflow.global_action = Class.create({
menuDisabled: true,
sortable: false,
xtype: 'actioncolumn',
width: 50,
width: 60,
items: [{
iconCls: 'pimcore_icon_edit',
tooltip: t('edit'),
Expand Down
6 changes: 3 additions & 3 deletions src/WorkflowGui/Resources/public/js/pimcore/workflow/item.js
Original file line number Diff line number Diff line change
Expand Up @@ -507,7 +507,7 @@ pimcore.plugin.workflow.item = Class.create({
menuDisabled: true,
sortable: false,
xtype: 'actioncolumn',
width: 50,
width: 60,
items: [{
iconCls: 'pimcore_icon_edit',
tooltip: t('edit'),
Expand Down Expand Up @@ -581,7 +581,7 @@ pimcore.plugin.workflow.item = Class.create({
menuDisabled: true,
sortable: false,
xtype: 'actioncolumn',
width: 50,
width: 60,
items: [{
iconCls: 'pimcore_icon_edit',
tooltip: t('edit'),
Expand Down Expand Up @@ -657,7 +657,7 @@ pimcore.plugin.workflow.item = Class.create({
menuDisabled: true,
sortable: false,
xtype: 'actioncolumn',
width: 50,
width: 60,
items: [{
iconCls: 'pimcore_icon_edit',
tooltip: t('edit'),
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ pimcore.plugin.workflow.place = Class.create({
menuDisabled: true,
sortable: false,
xtype: 'actioncolumn',
width: 50,
width: 60,
items: [{
iconCls: 'pimcore_icon_edit',
tooltip: t('edit'),
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ pimcore.plugin.workflow.transition = Class.create({
menuDisabled: true,
sortable: false,
xtype: 'actioncolumn',
width: 50,
width: 60,
items: [{
iconCls: 'pimcore_icon_edit',
tooltip: t('edit'),
Expand Down Expand Up @@ -281,7 +281,7 @@ pimcore.plugin.workflow.transition = Class.create({
menuDisabled: true,
sortable: false,
xtype: 'actioncolumn',
width: 50,
width: 60,
items: [{
iconCls: 'pimcore_icon_edit',
tooltip: t('edit'),
Expand Down

0 comments on commit 5b52202

Please sign in to comment.