View Issue Details

IDProjectCategoryView StatusLast Update
839RackTablesdefaultpublic2013-05-07 00:57
Reporteradoom42 Assigned Toadoom42  
PrioritylowSeverityminorReproducibilityalways
Status closedResolutionfixed 
Product Version0.20.4 
Target Version0.20.5Fixed in Version0.20.5 
Summary839: When mounting an object, list of racks is improperly grouped if duplicate row names exist
DescriptionThe renderRackMultiSelect() function uses the row name as a key, assuming it will be unique. An easy fix is to use the location name + row name as the key, as that is sure to be unique.
Steps To ReproduceIn the sample data provided with RackTables, both the London and Moscow locations contain a row named 'Row 1'.

When viewing the Rackspace tab of an object, the Racks portlet includes both London's and Moscow's racks under a single 'Row 1' heading. These should be separated because they are not actually located in the same row.

# current display
Row 1
  L01
  M01
  L02
  L03

# correct display
London / Row 1
  L01
  L02
  L03
Moscow / Row 1
  M01
TagsNo tags attached.

Activities

There are no notes attached to this issue.

Issue History

Date Modified Username Field Change
2013-05-07 00:45 adoom42 New Issue
2013-05-07 00:45 adoom42 Status new => assigned
2013-05-07 00:45 adoom42 Assigned To => adoom42
2013-05-07 00:45 adoom42 Steps to Reproduce Updated
2013-05-07 00:57 adoom42 Status assigned => closed
2013-05-07 00:57 adoom42 Resolution open => fixed
2013-05-07 00:57 adoom42 Fixed in Version => 0.20.5