each asset now sets its own RawHeadTags. There is no need for Layout to do it anymore. It actually causes the Raw Head Tags to appear twice when viewed from the parent
This commit is contained in:
parent
1896a6ba21
commit
6569887382
2 changed files with 1 additions and 1 deletions
|
|
@ -1,4 +1,5 @@
|
|||
7.3.14
|
||||
- fix: Duplicate Metadata (perlDreamer Consulting, LLC)
|
||||
|
||||
|
||||
7.3.13
|
||||
|
|
|
|||
|
|
@ -170,7 +170,6 @@ sub prepareView {
|
|||
foreach my $child (@{$children}) {
|
||||
if ($asset eq $child->getId) {
|
||||
unless (isIn($asset,@hidden) || !($child->canView)) {
|
||||
$self->session->style->setRawHeadTags($child->getExtraHeadTags);
|
||||
$child->prepareView;
|
||||
if ($i > $numPositions || $i==1) {
|
||||
push(@placeHolder1, $child);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue