When Identity Governance Campaigns are displayed in Identity Portal there are various buttons 'Approve', Reject' are 'Perform Reassignment' are available via the Identity Portal.
Reassignment allows users and administrators to change the assignees of a work item after it is created.
In some circumstances administrators may not want the 'Perform Reassignment' functionality to be available to Identity Portal end users.
On the Identity Management back-end approval task checking "Read Only" and unchecking "Delegates may reassign work item" causes the re-assignment functionality to dis-appear in the IM Web UI, but it is still available in the Identity Portal Web UI.
CA Identity Suite 14.x
CA Identity Portal 14.x
There is no way to disable the reassign function in Identity Portal, however as a workaround a Custom CSS (Cascading Style Sheet) can be used to make the reassign button disappear by adding the following CSS in the Custom CSS section of the Branding configuration:
.campaigns-tasks-table
.action-icon.reassign { display: none;
For more information on branding please refer to the product documentation on Apply Branding