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