mother/child distinction is too close to isParent
This commit is contained in:
parent
200e01efca
commit
d472343555
1 changed files with 1 additions and 1 deletions
|
|
@ -318,7 +318,7 @@ sub view {
|
|||
push(@{$pageData->{"page.depthDiff_loop"}},{}) for(1..$depthDiff);
|
||||
}
|
||||
$absoluteDepthOfLastPage = $pageData->{"page.absDepth"};
|
||||
$pageData->{"page.isMother"} = $asset->hasChildren;
|
||||
$pageData->{"page.hasChild"} = $asset->hasChildren;
|
||||
my $parent = $self->getParent;
|
||||
if (defined $parent) {
|
||||
foreach my $property (@interestingProperties) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue