Merged in bugfix/PMCORE-4126 (pull request #8693)

PMCORE-4126 Steps is not showing in the open case

Approved-by: Julio Cesar Laura Avendaño
This commit is contained in:
Roly Gutierrez
2023-01-17 18:52:03 +00:00
committed by Julio Cesar Laura Avendaño

View File

@@ -532,7 +532,7 @@ Ext.onReady(function(){
iconCls: 'ICON_STEPS',
toggleHandler: togglePreview,
disabled: true,
hidden: true
hidden: (typeof (treeToReviseTitle) == 'undefined' ? false : true)
}, {
id: 'informationMenu',
text: _('ID_INFORMATION'),