From 5455573ca1d01880bac81f018e70d701dd904e05 Mon Sep 17 00:00:00 2001 From: Michael Joseph Date: Wed, 10 Sep 2003 14:36:23 +0000 Subject: [PATCH] (#2997) clicking dashboard link goes to the relevant document details section now --- presentation/lookAndFeel/knowledgeTree/dashboardUI.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/presentation/lookAndFeel/knowledgeTree/dashboardUI.inc b/presentation/lookAndFeel/knowledgeTree/dashboardUI.inc index cb8d5dc..0923ccb 100644 --- a/presentation/lookAndFeel/knowledgeTree/dashboardUI.inc +++ b/presentation/lookAndFeel/knowledgeTree/dashboardUI.inc @@ -96,7 +96,7 @@ function renderPendingCollaborationDocuments($aPendingDocumentList) { $oDocument = $aPendingDocumentList[$i]; if ($oDocument) { $sToRender .= "\t\t\t\n"; - $sToRender .= "\t\t\t\t" . generateControllerLink("viewDocument", "fDocumentID=" . $oDocument->getID(), "graphicsUrl/widgets/dstatus.gif\" border=\"0\"/> " . $oDocument->getDisplayPath()) . "\n"; + $sToRender .= "\t\t\t\t" . generateControllerLink("viewDocument", "fDocumentID=" . $oDocument->getID() . "&fShowSection=documentRouting", "graphicsUrl/widgets/dstatus.gif\" border=\"0\"/> " . $oDocument->getDisplayPath()) . "\n"; $sToRender .= "\t\t\t\n"; } } -- libgit2 0.21.4