PMCORE-4126 Steps is not showing in the open case
This commit is contained in:
@@ -532,7 +532,7 @@ Ext.onReady(function(){
|
|||||||
iconCls: 'ICON_STEPS',
|
iconCls: 'ICON_STEPS',
|
||||||
toggleHandler: togglePreview,
|
toggleHandler: togglePreview,
|
||||||
disabled: true,
|
disabled: true,
|
||||||
hidden: true
|
hidden: (typeof (treeToReviseTitle) == 'undefined' ? false : true)
|
||||||
}, {
|
}, {
|
||||||
id: 'informationMenu',
|
id: 'informationMenu',
|
||||||
text: _('ID_INFORMATION'),
|
text: _('ID_INFORMATION'),
|
||||||
|
|||||||
Reference in New Issue
Block a user