Ticket #2104 (closed defect: Fixed)

Opened 14 months ago

Last modified 8 weeks ago

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

Changed 14 months ago by jstevens

  • status changed from new to assigned

Changed 14 months ago by jstevens

  • status changed from assigned to closed
  • resolution set to fixed

(In [6993]) fixes #2104 refs #2113

  • odd names no longer crash some of the Add X functions that were previously having problems
  • Multiple device/component selections when editing collections is closer to working

Changed 8 weeks ago by bbibeault

  • documentation set to Not required
  • reviewed set to 1
Note: See TracTickets for help on using tickets.