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"; } }