|
@@ -297,7 +297,7 @@ EOF
|
|
{
|
|
{
|
|
$oFilter = DBObjectSearch::FromOQL($sFilter);
|
|
$oFilter = DBObjectSearch::FromOQL($sFilter);
|
|
$oBlock = new DisplayBlock($oFilter, 'list', false);
|
|
$oBlock = new DisplayBlock($oFilter, 'list', false);
|
|
- $oBlock->Display($oP, $this->iId.'_results', array('this' => $oObj, 'cssCount'=> '#count_'.$this->iId, 'menu' => false, 'selection_mode' => true, 'selection_type' => 'single', 'display_limit' => false)); // Don't display the 'Actions' menu on the results
|
|
|
|
|
|
+ $oBlock->Display($oP, $this->iId.'_results', array('this' => $oObj, 'cssCount'=> '#count_'.$this->iId, 'menu' => false, 'selection_mode' => true, 'selection_type' => 'single')); // Don't display the 'Actions' menu on the results
|
|
}
|
|
}
|
|
catch(MissingQueryArgument $e)
|
|
catch(MissingQueryArgument $e)
|
|
{
|
|
{
|
|
@@ -306,7 +306,7 @@ EOF
|
|
$sOQL = 'SELECT '.$sRemoteClass;
|
|
$sOQL = 'SELECT '.$sRemoteClass;
|
|
$oFilter = DBObjectSearch::FromOQL($sOQL);
|
|
$oFilter = DBObjectSearch::FromOQL($sOQL);
|
|
$oBlock = new DisplayBlock($oFilter, 'list', false);
|
|
$oBlock = new DisplayBlock($oFilter, 'list', false);
|
|
- $oBlock->Display($oP, $this->iId.'_results', array('cssCount'=> '#count_'.$this->iId, 'menu' => false, 'selection_mode' => true, 'selection_type' => 'single', 'display_limit' => false)); // Don't display the 'Actions' menu on the results
|
|
|
|
|
|
+ $oBlock->Display($oP, $this->iId.'_results', array('cssCount'=> '#count_'.$this->iId, 'menu' => false, 'selection_mode' => true, 'selection_type' => 'single')); // Don't display the 'Actions' menu on the results
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
|