Commit 0d5494101bc800079b99da87d6db232bdca1c1e9
1 parent
110f10f8
KTC-262
"Action Restriction section of a work flow there are extra two extra columns as well as one that says "no name" after you select "Edit Action"" Fixed. Plugins now return their names correctly. Committed By: Kevin Fourie Reviewed By: Jonathan Byrne git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/STABLE/branches/3.4.5-Release-Branch@7723 c91229c3-7414-0410-bfa2-8a42b809f60b
Showing
2 changed files
with
2 additions
and
2 deletions
plugins/ktstandard/PDFGeneratorAction.php
plugins/rssplugin/RSSDocumentLinkAction.php
| @@ -49,7 +49,7 @@ class RSSDocumentLinkAction extends KTDocumentAction { | @@ -49,7 +49,7 @@ class RSSDocumentLinkAction extends KTDocumentAction { | ||
| 49 | 49 | ||
| 50 | // get document id | 50 | // get document id |
| 51 | if(!isset($oDocument)){ | 51 | if(!isset($oDocument)){ |
| 52 | - return null; | 52 | + return 'RSS'; |
| 53 | } | 53 | } |
| 54 | $iFId = $oDocument->getID(); | 54 | $iFId = $oDocument->getID(); |
| 55 | 55 |