EL Expression not working with custom role having role category "BI - Abstract Role"
EL Expression not working with custom role having role category "BI - Abstract Role"
We creates two custom roles
1. Role 1: "XX_ROLE_1" with Role category "BI - Abstract Role"
2. Role 2 "XX_ROLE_2" with role category "Common - Job Roles"
I want to hide a quick action task using below EL expression which has a role category "Common - Job Roles".
#{securityContext.userInRole['XX_ROLE_1']}
But the above EL expression do not works.
If I use the same EL expression with "XX_ROLE_2" having role category "Common- Job Roles" then the EL expression works.
I would like to understand, Is this the expected functionality? why EL expression for the custom role with Role category "BI - Abstract Role" do not works?