diff --git a/module/doc/view/showfiles.html.php b/module/doc/view/showfiles.html.php
index 06f1ebe58a..8f8106c623 100644
--- a/module/doc/view/showfiles.html.php
+++ b/module/doc/view/showfiles.html.php
@@ -72,7 +72,17 @@
| id);?> |
- objectID");?>'>title . ' [' . strtoupper($file->objectType) . ' #' . $file->objectID . ']';?>
+ objectType, array('task', 'build')))
+ {
+ $objectLink = $this->createLink($file->objectType, 'view', "objectID=$file->objectID", '', '', $file->PRJ);
+ }
+ else
+ {
+ $objectLink = $this->createLink($file->objectType, 'view', "objectID=$file->objectID");
+ }
+ ?>
+ title . ' [' . strtoupper($file->objectType) . ' #' . $file->objectID . ']';?>
|
pathname;?> |
extension;?> |