more prepareView fixes
This commit is contained in:
parent
ad84dc5556
commit
0b604dc78b
1 changed files with 2 additions and 0 deletions
|
|
@ -237,6 +237,7 @@ sub view {
|
|||
$newStuff .= 'available_dashlets["'.$child->getId.'"]=\''.$child->getUrl.'\';';
|
||||
|
||||
} else {
|
||||
$child->prepareView;
|
||||
push(@{$vars{"position".$i."_loop"}},{
|
||||
id=>$child->getId,
|
||||
content=>$child->view,
|
||||
|
|
@ -322,6 +323,7 @@ sub www_view {
|
|||
}
|
||||
}
|
||||
$self->logView();
|
||||
$self->prepareView;
|
||||
my $style = $self->processStyle($self->view);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue