How attachment actions in PIM can be restricted in ITEM tab for Approved Items using a Page Composer
Currently we have used below expression builder to hide the Add/delete/Check In/Check out Component from 'Item Revisions' Tab, But the Same expression builder is not allowing it to do hide the Component from 'Item' Tab.
#{(pageFlowScope.overBean.currentAttachTabName eq 'ITEM_ATTACH') or
(pageFlowScope.overBean.currentAttachTabName eq null)}
Tagged:
0