From 17f00198d35f3482a933261f8df1cd4466122ca0 Mon Sep 17 00:00:00 2001 From: Denis Flaven Date: Sat, 10 Sep 2011 16:20:50 +0000 Subject: [PATCH] Fix for #404: context was lost when performing a drill-down in the flash navigator. SVN:trunk[1568] --- pages/UI.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pages/UI.php b/pages/UI.php index 45b49588ff..d30887e920 100644 --- a/pages/UI.php +++ b/pages/UI.php @@ -2032,7 +2032,8 @@ EOF $oP->SetCurrentTab(Dict::S('UI:RelationshipGraph')); $width = 1000; $height = 700; - $sParams = "pWidth=$width&pHeight=$height&drillUrl=".urlencode(utils::GetAbsoluteUrlAppRoot().'pages/UI.php?operation=details')."&displayController=false&xmlUrl=".urlencode("./xml.navigator.php")."&obj_class=$sClass&obj_id=$id&relation=$sRelation"; + $sDrillUrl = utils::GetAbsoluteUrlAppRoot().'pages/UI.php?operation=details&'.$oAppContext->GetForLink(); + $sParams = "pWidth=$width&pHeight=$height&drillUrl=".urlencode($sDrillUrl)."&displayController=false&xmlUrl=".urlencode("./xml.navigator.php")."&obj_class=$sClass&obj_id=$id&relation=$sRelation"; $oP->add("