From 586e1a00fa2b727f3f0cc19d1553920219c40f59 Mon Sep 17 00:00:00 2001 From: Matthew Wilson Date: Mon, 5 Dec 2005 03:37:18 +0000 Subject: [PATCH] more slight fix --- lib/WebGUI/Asset/Wobject/Dashboard.pm | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/WebGUI/Asset/Wobject/Dashboard.pm b/lib/WebGUI/Asset/Wobject/Dashboard.pm index ae55a181f..5fe223317 100644 --- a/lib/WebGUI/Asset/Wobject/Dashboard.pm +++ b/lib/WebGUI/Asset/Wobject/Dashboard.pm @@ -210,6 +210,7 @@ sub view { canPersonalize=>$self->canPersonalize, 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);