more slight fix
This commit is contained in:
parent
889dbf48a9
commit
586e1a00fa
1 changed files with 1 additions and 0 deletions
|
|
@ -210,6 +210,7 @@ sub view {
|
||||||
canPersonalize=>$self->canPersonalize,
|
canPersonalize=>$self->canPersonalize,
|
||||||
canEditUserPrefs=>(($session{user}{userId} ne '1') && (ref $child eq 'WebGUI::Asset::Shortcut') && (scalar($child->getUserPrefs) > 0))
|
canEditUserPrefs=>(($session{user}{userId} ne '1') && (ref $child eq 'WebGUI::Asset::Shortcut') && (scalar($child->getUserPrefs) > 0))
|
||||||
});
|
});
|
||||||
|
$newStuff .= 'available_dashlets["'.$child->getId.'"]=\''.$child->getUrl.'\';';
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
push(@found, $child->getId);
|
push(@found, $child->getId);
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue