CA Identity Manager: Where is “Hide Tasks” button for Tasks tab configured?
search cancel

CA Identity Manager: Where is “Hide Tasks” button for Tasks tab configured?

book

Article ID: 103225

calendar_today

Updated On:

Products

CA Identity Manager CA Identity Governance CA Identity Portal CA Risk Analytics CA Secure Cloud SaaS - Arcot A-OK (WebFort) CLOUDMINDER ADVANCED AUTHENTICATION CA Secure Cloud SaaS - Advanced Authentication CA Secure Cloud SaaS - Identity Management CA Secure Cloud SaaS - Single Sign On

Issue/Introduction

Where is “Hide Tasks” button for Tasks tab configured?

Environment

CA Identity Manager r14.x,12.6x

Resolution

“Hide Tasks” button for Tasks tab is configured as “isTaskPage” parameter in index.jsp file.
The default value is false, so it does not show up in default screen after login, but it will show up the after clicking any task.
 
C:\wildfly-8.2.1.Final\standalone\deployments\iam_im.ear\user_console.war\app\ui7\index.jsp
var isTaskPage = false;
<skin:iftaskpage>
               isTaskPage = true;
</skin:iftaskpage>

If you update this index.jsp file, you need to restart the application server.