View Issue Details

IDProjectCategoryView StatusLast Update
1021RackTablesdefaultpublic2013-10-05 21:02
Reporterblaza-pl Assigned Toadoom42  
PrioritylowSeveritytweakReproducibilityalways
Status closedResolutionfixed 
Product Version0.20.5 
Target Version0.20.6Fixed in Version0.20.6 
Summary1021: Sort Object -> Rackspace racks based on location & row
DescriptionAdding ksort to sort the select box on Object -> Rackspace page based on the text string (location + row) makes it easier to use when the list is quite large.
Additional InformationModify interface.php:

+ ksort($rdata,SORT_NATURAL);
        echo "<select name=${sname} multiple size=" . getConfigVar ('MAXSELSIZE') . " onchange='getElementsByName(\"updateObjectAllocation\")[0].submit()'>\n";
TagsNo tags attached.

Activities

adoom42

adoom42

2013-10-05 21:02

administrator   ~0001809

Thanks for the patch.

Issue History

Date Modified Username Field Change
2013-10-02 09:55 blaza-pl New Issue
2013-10-05 21:02 adoom42 Note Added: 0001809
2013-10-05 21:02 adoom42 Assigned To => adoom42
2013-10-05 21:02 adoom42 Status new => closed
2013-10-05 21:02 adoom42 Resolution open => fixed
2013-10-05 21:02 adoom42 Fixed in Version => 0.20.6
2013-10-05 21:02 adoom42 Target Version => 0.20.6