-
Bug
-
Resolution: Fixed
-
Low
-
3.2
-
None
When an admin tries to remove a group they are taken to a confirm screen that once displayed, among other things, the number of members, and allow those members to be moved to another group. Currently this is not being displayed, but an error is being logged:
2010-05-04 18:58:02,972 ERROR [http-8081-Processor18] [velocity] logVelocityMessage Left side ($action.users.size()) of '>' operation has null value. Operation not possible. /admin/users/removegroup.vm[line 50, column 48] -- url: /confluence/admin/users/removegroup-confirm.action | userName: sysadmin | action: removegroup-confirm
I fixed this months ago on 3.2 stable but never committed the merge to trunk until now. The remove group message no longer displays the number of users to remove.