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_has_role := False
|
||||||
l_roles.start
|
l_roles.start
|
||||||
until
|
until
|
||||||
l_has_role
|
l_has_role or l_roles.after
|
||||||
loop
|
loop
|
||||||
if l_roles.item.id = ic.item.id then
|
if l_roles.item.id = ic.item.id then
|
||||||
l_has_role := True
|
l_has_role := True
|
||||||
|
|||||||
Reference in New Issue
Block a user