Project

General

Profile

Task #1797

Updated by Radek Tomiška over 4 years ago

Add new persmission to roles, which can be requested (flag "Can be requested" will be reused). Autocomplete for roles is used for select boxes, used on all places in application (e.g. in business roles). New permission will be used on role request detail, when new role is added. 

 UC: Expanding the business role doesn't show sub roles sometimes, situation: Version 9.7.2 
 Situation: 
 * a business role contains two sub roles 
 * sub roles have "Can be requested" = false 
 * the business role is assigned to a user 
 * login as a manager (not superadmin), who has no special permission (namely - userRole has Roles (IdmRole) - View in select box (autocomplete) - RoleCanBeRequestedEvaluator) 
 * Open the Dashboard 
 !business_role_before.png! 
 * Try to expand the business role by "+" 
 * It's empty after expanding and looks like ordinary role 
 !business_role_after.png! 
 * Also when you get to the assigned roles full detail, it's still displayed wrongly 
 !full_detail.png! 

 The request got empty response, which is probably the reason: 
 !business_role_GET.png! 

 The same behavior is also in Directly assigned roles / Request to change roles. 

 Version 9.7.2 roles

Back