Ticket #2104 (closed defect: Fixed)
Some names will crash adding new GraphDefs, MGR, GraphReports, Collections, GraphGroups, etc
| Reported by: | jstevens | Owned by: | jstevens |
|---|---|---|---|
| Priority: | 1 - Blocker | Milestone: | zenoss-2.1 |
| Component: | ZenModel | Version: | 2.0.4 |
| Keywords: | Cc: | ||
| Community Patch Attached: | Deployed @ Customer: | ||
| Installer: | Maintenance Target: | ||
| Specific ZenPack: | Maintenance Status: | ||
| Documentation Note?: | Not required | Regression: |
Description
Especially names ending with a space then an integer. This is for 2 reasons:
1. A redirect is happening after the add but we are not returning None afterward. THis would probably not be an issue except for #2 below.
2. The object that gets returned from the manage_addX method is not properly wrapped in acquisition code.
Change History
Note: See
TracTickets for help on using
tickets.