Hide back button on job requisition's details page
Summary
we need to hide the "back" button from the Job Requisition Details' page.Content
Hello,
We have a pretty urgent requirement were we need to hide the "back" button from the Job Requisition Details' page. We know the back component is a shared component and if we simply hide it through Page Composer it would be hidden in Performance, Goals, etc pages too.
We've read here some similar posts (related to the Save and Close button actually --> 5850296FD6) where the EL suggested was #{(empty attrs.saveAndCloseVisible ? true : attrs.saveAndCloseVisible) && (component.titleBasedOnTemplate!='Add Absence')}. Based on that, the EL we're trying to use is: