- fix [ 1168812 ] navigation sometimes fails to use correct... [mwilson]
This commit is contained in:
parent
a6e72eb707
commit
6b75fb67e6
2 changed files with 2 additions and 2 deletions
|
|
@ -357,7 +357,7 @@ sub view {
|
|||
}
|
||||
$absoluteDepthOfLastPage = $pageData->{"page.absDepth"};
|
||||
$pageData->{"page.hasChild"} = $asset->hasChildren;
|
||||
my $parent = $self->getParent;
|
||||
my $parent = $asset->getParent;
|
||||
if (defined $parent) {
|
||||
foreach my $property (@interestingProperties) {
|
||||
$pageData->{"page.parent.".$property} = $parent->get($property);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue