View Issue Details

IDProjectCategoryView StatusLast Update
1043RackTablesdefaultpublic2013-10-21 19:22
Reporterbram Assigned Toadoom42  
PrioritynormalSeverityfeatureReproducibilityN/A
Status closedResolutionfixed 
Product Version0.20.5 
Target Version0.20.6Fixed in Version0.20.6 
Summary1043: Location should be in renderRack
DescriptionHi,

When viewing an object, you can see the rack, row, but not the location.

I've attached a small patch to display the location in the object view.
The location name links to the location view, but it would be nice to have a more detailed location view (like you get when filtering for locations in the rackspace view). It looks like the location filter is not url based like the other filters.

Bests,

Bram
Additional Information719a720,721
> $rowInfo = getRowInfo ($rackData['row_id']);
>
727c729,730
< echo '<td><h2>' . mkA ($rackData['row_name'], 'row', $rackData['row_id']) . ' :</h2></td>';
---
> echo "<td><h2>" . mkA ($rowInfo['location'], 'location', $rowInfo['location_id']) . ":</h2></td>";
> echo '<td><h2>' . mkA ($rackData['row_name'], 'row', $rackData['row_id']) . ':</h2></td>';
TagsNo tags attached.

Activities

There are no notes attached to this issue.

Issue History

Date Modified Username Field Change
2013-10-21 14:14 bram New Issue
2013-10-21 19:22 adoom42 Assigned To => adoom42
2013-10-21 19:22 adoom42 Status new => closed
2013-10-21 19:22 adoom42 Resolution open => fixed
2013-10-21 19:22 adoom42 Fixed in Version => 0.20.6
2013-10-21 19:22 adoom42 Target Version => 0.20.6