- 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
|
|
@ -54,6 +54,9 @@
|
|||
- Multiple "Re:"'s on CS Mail posts are now a thing of the past.
|
||||
- Made mail message ids follow convention.
|
||||
- fix: shortcut bombs
|
||||
- fix: DataForm
|
||||
- Many template fixes.
|
||||
- fix: Dashboard - can't instantiate
|
||||
|
||||
|
||||
6.99.3
|
||||
|
|
|
|||
|
|
@ -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