View Issue Details

IDProjectCategoryView StatusLast Update
609RackTablesdefaultpublic2012-09-19 18:29
Reporteradoom42 Assigned Toadoom42  
PrioritynormalSeverityminorReproducibilityalways
Status closedResolutionfixed 
Product Version0.19.10 
Target Version0.20.1Fixed in Version0.20.1 
Summary609: Migrate some objects from the Network switch chapter to the Network chassis chapter
Description0.19.10 changed the chapter of these object types from 'Network switch' to 'Network chassis':
888
889
890
891

The RackObject.objtype_id field for affected objects should be changed from 'Network switch' to 'Network chassis'. Add that to the upgrade script.
Additional InformationA query that will do the job:

UPDATE RackObject SET objtype_id = 1503 WHERE id IN (SELECT object_id FROM AttributeValue WHERE attr_id = 2 and uint_value IN (888,889,890,891));
TagsNo tags attached.

Activities

adoom42

adoom42

2012-09-19 18:29

administrator   ~0000805

Fixed in 0.20.1.

Issue History

Date Modified Username Field Change
2012-09-18 02:50 adoom42 New Issue
2012-09-18 02:50 adoom42 Status new => assigned
2012-09-18 02:50 adoom42 Assigned To => adoom42
2012-09-18 03:00 adoom42 Additional Information Updated
2012-09-19 18:29 adoom42 Note Added: 0000805
2012-09-19 18:29 adoom42 Status assigned => closed
2012-09-19 18:29 adoom42 Resolution open => fixed
2012-09-19 18:29 adoom42 Fixed in Version => 0.20.1