r46729 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r46728‎ | r46729 | r46730 >
Date:20:03, 2 February 2009
Author:tparscal
Status:deferred
Tags:
Comment:
Order objects in rack plans back to front.
Modified paths:
  • /trunk/extensions/DataCenter/Views/Plans/Rack.php (modified) (history)

Diff [purge]

Index: trunk/extensions/DataCenter/Views/Plans/Rack.php
@@ -27,7 +27,7 @@
2828 // Gets structure of plan
2929 $structure = $plan->getStructure(
3030 DataCenterDB::buildSort(
31 - 'link', 'asset', array( 'orientation', 'z DESC' )
 31+ 'link', 'asset', array( 'orientation DESC', 'z DESC' )
3232 )
3333 );
3434 // Gets objects from rack in structure

Status & tagging log