Fixed implementation of CMS_USER_STORAGE_SQL_I.update_user_roles
This commit is contained in:
@@ -280,7 +280,7 @@ feature -- Change: user
|
||||
l_has_role := False
|
||||
l_roles.start
|
||||
until
|
||||
l_has_role
|
||||
l_has_role or l_roles.after
|
||||
loop
|
||||
if l_roles.item.id = ic.item.id then
|
||||
l_has_role := True
|
||||
|
||||
Reference in New Issue
Block a user