- fix: shortcut bombs
- fix: DataForm - Many template fixes. - fix: Dashboard - can't instantiate
This commit is contained in:
parent
7191b53e3e
commit
b17a04c6f9
2 changed files with 4 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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue