objectManager: Support user-selected sorting in tables

This commit is contained in:
Alexander Nicolaysen Sørnes
2007-11-08 17:32:00 +01:00
committed by Chris Morgan
parent 62e3a98fca
commit e7625791a0
5 changed files with 173 additions and 18 deletions

View File

@@ -66,6 +66,7 @@ if($aClean['bIsRejected'] == 'true')
}
$oObject->getMultiPageDataFromInput($aClean);
$oObject->setSortInfo($aClean);
$sClass = $oObject->getClass();
$oOtherObject = new $sClass($oObject->getId());