removed quick read

This commit is contained in:
JT Smith 2005-06-24 21:28:54 +00:00
parent 3d12d52a8e
commit f4db3c907c
4 changed files with 10 additions and 16 deletions

View file

@ -330,7 +330,7 @@ sub view {
$start = $current unless (defined $start); # if none of the above results in a start point, then the current page must be it
my @includedRelationships = split("\n",$self->get("assetsToInclude"));
my %rules;
$rules{returnQuickReadObjects} = 1;
$rules{returnObjects} = 1;
$rules{endingLineageLength} = $start->getLineageLength+$self->get("descendantEndPoint");
$rules{assetToPedigree} = $current if (isIn("pedigree",@includedRelationships));
$rules{ancestorLimit} = $self->get("ancestorEndPoint");