Hide "Delete" Button on Development Section on Talent Pool page for specific Role (Redwood)
Summary:
The logic is working on all the delete and add button in Talent pool page but on the development goal section it is not working as expected.
Content (please ensure you mask any confidential information):
Hello —
We are trying to hide "Add" and "Delete" button on Development Goal section on talent pool Page. Our goal is to hide it on specific <ROLE_NAME> using the EL Expression:
[[ $application.user.roles.includes("ROLE_NAME") ? false : true ]]
Version (include the version you are using, if applicable):
25D
Code Snippet (add any code snippets that support your topic, if applicable):
[[ $application.user.roles.includes("ROLE_NAME") ? false : true ]]
0