Commit 41bdeec66b59b435544921b0a66692b5b7a3270e
1 parent
33076148
KTS-1612
"Users can change document ownership with only read permission" Fixed. Thanks Ricardo Silva for also spotting and reporting a fix! Reviewed By: Jalaloedien git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@6185 c91229c3-7414-0410-bfa2-8a42b809f60b
Showing
1 changed file
with
1 additions
and
1 deletions
plugins/ktcore/KTDocumentActions.php
| ... | ... | @@ -1473,7 +1473,7 @@ class KTDocumentWorkflowAction extends KTDocumentAction { |
| 1473 | 1473 | |
| 1474 | 1474 | class KTOwnershipChangeAction extends KTDocumentAction { |
| 1475 | 1475 | var $sName = 'ktcore.actions.document.ownershipchange'; |
| 1476 | - var $_sShowPermission = "ktcore.permissions.manageSecurity"; | |
| 1476 | + var $_sShowPermission = "ktcore.permissions.security"; | |
| 1477 | 1477 | |
| 1478 | 1478 | function getDisplayName() { |
| 1479 | 1479 | return _kt('Change Document Ownership'); | ... | ... |