Skill and qualifications Redwood Page: control display of guided journey based on roless
Summary:
Hi all,
we have enabled the Redwood UI for Skills and qualifications page and we are trying to control the display of a guided journey put in the competencies section by inserting this EL
[[
$application.user.roles.includes('ROLE_1') ||
$application.user.roles.includes('ROLE_2') ||
$application.user.roles.includes('ROLE_3') ? 'PROFILE_GAP_REPORT'
: null
]]
But it is not working.
Could someone help us to understand if the EL is writen uncorretly or the control of display of a guided journey based on role is not supported in the talent profiles page in Redwood?
Thanks in advance.
Best regards,
Tagged:
0