From e147f3edaa726df9a72832d62373bdbc24246f09 Mon Sep 17 00:00:00 2001 From: leiyong <1549684884@qq.com> Date: Wed, 27 Jan 2021 16:13:49 +0800 Subject: [PATCH] * Fix bug. --- module/doc/view/showfiles.html.php | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) 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;?>