From 793d59d8530378d29dea60b403bf6d36eacb2879 Mon Sep 17 00:00:00 2001 From: michael Date: Wed, 2 Jul 2003 15:11:01 +0000 Subject: [PATCH] added comment --- presentation/lookAndFeel/knowledgeTree/documentmanagement/viewUI.inc | 1 + 1 file changed, 1 insertion(+), 0 deletions(-) diff --git a/presentation/lookAndFeel/knowledgeTree/documentmanagement/viewUI.inc b/presentation/lookAndFeel/knowledgeTree/documentmanagement/viewUI.inc index 53c3b6f..f9d84f1 100644 --- a/presentation/lookAndFeel/knowledgeTree/documentmanagement/viewUI.inc +++ b/presentation/lookAndFeel/knowledgeTree/documentmanagement/viewUI.inc @@ -207,6 +207,7 @@ function renderEditableDocumentRouting($oDocument) { $sToRender .= "\t\t" . $oPatternTableSqlQuery->render() . "\n"; $sToRender .= "\t"; $sToRender .= "\t\n"; + // FIXME display messages instead of just not displaying button // collaboration cannot be started or approved/rejected unless the document is not checked out if (!$oDocument->getIsCheckedOut() && $oDocument->hasCollaboration() && (!DocumentCollaboration::documentCollaborationStarted($oDocument->getID())) && ($_SESSION["userID"] == $oDocument->getCreatorID())) { //if not all collaboration steps have been set, then you cannot start the collaboration process -- libgit2 0.21.4