removed quick read
This commit is contained in:
parent
3d12d52a8e
commit
f4db3c907c
4 changed files with 10 additions and 16 deletions
|
|
@ -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");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue