Ticket #3658 (closed defect: Fixed)
Cannot add user from the group submenu
| Reported by: | bbibeault | Owned by: | bedwards |
|---|---|---|---|
| Priority: | 2 - High | Milestone: | zenoss-2.3 |
| Component: | All | Version: | 2.2.3 |
| Keywords: | Cc: | ||
| Community Patch Attached: | Deployed @ Customer: | ||
| Installer: | Maintenance Target: | ||
| Specific ZenPack: | Maintenance Status: | ||
| Documentation Note?: | Not required | Regression: |
Description (last modified by bbibeault) (diff)
Zenoss's Admin -> User console has the ability to add users and add groups. It also has the ability to add users from the groups sub-menu. When you try and add a user with a custom group created, you receive an error.
Reproduce :
- Login as an admin user, go to Management -> Settings -> Users
- Add a custom group (name is not important)
- From the groups sub-menu, select "Add User"
Results :
Error submission page -
Type: UnboundLocalError
Value: local variable 'groupid' referenced before assignment
Traceback (innermost last):
* Module ZPublisher.Publish, line 114, in publish
* Module ZPublisher.mapply, line 88, in mapply
* Module ZPublisher.Publish, line 40, in call_object
* Module Products.ZenModel.UserSettings, line 371, in manage_addUsersToGroups
UnboundLocalError: local variable 'groupid' referenced before assignment
Attachments
Change History
Note: See
TracTickets for help on using
tickets.