From c63820a4f2dc7dd569767793ca424ec0da880f6c Mon Sep 17 00:00:00 2001 From: Megan Watson Date: Wed, 10 Sep 2008 13:32:50 +0000 Subject: [PATCH] KTS-3639 "Workflows currently do not contain an action that restricts downloading of a document." Fixed. Changed the download action type from documentinfo to documentaction. --- plugins/ktcore/KTCorePlugin.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/ktcore/KTCorePlugin.php b/plugins/ktcore/KTCorePlugin.php index 0bed521..0708afe 100644 --- a/plugins/ktcore/KTCorePlugin.php +++ b/plugins/ktcore/KTCorePlugin.php @@ -53,7 +53,7 @@ class KTCorePlugin extends KTPlugin { function setup() { $this->registerAction('documentinfo', 'KTDocumentDetailsAction', 'ktcore.actions.document.displaydetails', 'KTDocumentActions.php'); - $this->registerAction('documentinfo', 'KTDocumentViewAction', 'ktcore.actions.document.view', 'KTDocumentActions.php'); + $this->registerAction('documentaction', 'KTDocumentViewAction', 'ktcore.actions.document.view', 'KTDocumentActions.php'); $this->registerAction('documentaction', 'KTOwnershipChangeAction', 'ktcore.actions.document.ownershipchange', 'KTDocumentActions.php'); $this->registerAction('documentaction', 'KTDocumentCheckOutAction', 'ktcore.actions.document.checkout', 'KTDocumentActions.php'); $this->registerAction('documentaction', 'KTDocumentCancelCheckOutAction', 'ktcore.actions.document.cancelcheckout', 'KTDocumentActions.php'); -- libgit2 0.21.4