Commit 4ebe17d39fce2573e43b9a0b8e54ed7432b10220
1 parent
52fae98e
Remove "Link New Doc" until it works again.
git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@4100 c91229c3-7414-0410-bfa2-8a42b809f60b
Showing
1 changed file
with
0 additions
and
7 deletions
plugins/ktcore/KTDocumentActions.php
| ... | ... | @@ -563,13 +563,6 @@ class KTDocumentArchiveAction extends KTDocumentAction { |
| 563 | 563 | } |
| 564 | 564 | $oKTActionRegistry->registerAction('documentaction', 'KTDocumentArchiveAction', 'ktcore.actions.document.archive'); |
| 565 | 565 | |
| 566 | -class KTDocumentDependentAction extends KTBuiltInDocumentAction { | |
| 567 | - var $sBuiltInAction = 'createDependantDocument'; | |
| 568 | - var $sDisplayName = 'Link New Doc'; | |
| 569 | - var $sName = 'ktcore.actions.document.dependent'; | |
| 570 | -} | |
| 571 | -$oKTActionRegistry->registerAction('documentaction', 'KTDocumentDependentAction', 'ktcore.actions.document.dependent'); | |
| 572 | - | |
| 573 | 566 | class KTDocumentPermissionsAction extends KTBuiltInDocumentAction { |
| 574 | 567 | var $sBuiltInAction = 'editDocumentPermissions'; |
| 575 | 568 | var $sDisplayName = 'Permissions'; | ... | ... |