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.