PMCORE-4126 Steps is not showing in the open case

This commit is contained in:
Roly Gutierrez
2023-01-17 14:41:06 -04:00
parent c8568cd88d
commit 40b43f79e8

View File

@@ -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'),