Actions
Bug #26255
closedReporting on user management technique is broken when multiple users are defined in a directive
Bug #26255:
Reporting on user management technique is broken when multiple users are defined in a directive
Pull Request:
Severity:
UX impact:
User visibility:
Effort required:
Priority:
0
Name check:
To do
Fix check:
To do
Regression:
No
Description
if we try to manage 2 users in a same directive, the reporting is broken, because of this code
"any" usebundle => _method_reporting_context("Users", "${usergroup_user_login[${usergroup_user_index}]}");
"${usergroup_user_login[${usergroup_user_index}]}"
usebundle => user_absent("${usergroup_user_login[${usergroup_user_index}]}"),
if => "usermanagement_user_remove_${usergroup_user_index}";
method_reporting_context iterate over all user, and get the last value
then the generic method reports with the last entry defined
happens with technique v9.1 and V10
Actions