Description
Small glitch in the JS code in the method getUsersGroupsValue(users, groups).
if (users.value != "" || users.value != "") {
Basically, if no users are specified, the groups are ignored and they will not show up in the summary UI. Second test should have been for groups and not for users again.