diff --git a/module/bug/view/view.html.php b/module/bug/view/view.html.php index d01c55fee3..c82efd9332 100644 --- a/module/bug/view/view.html.php +++ b/module/bug/view/view.html.php @@ -281,7 +281,7 @@ - + @@ -308,10 +308,6 @@ ?> - - - - diff --git a/module/story/view/view.html.php b/module/story/view/view.html.php index 1d30fc3d7b..b55ed2cffe 100644 --- a/module/story/view/view.html.php +++ b/module/story/view/view.html.php @@ -275,12 +275,23 @@
bug->fromCase;?>case) echo html::a($this->createLink('testcase', 'view', "caseID=$bug->case"), $bug->caseTitle);?>case) echo html::a($this->createLink('testcase', 'view', "caseID=$bug->case"), "#$bug->case $bug->caseTitle", '_blank');?>
bug->toCase;?>
bug->case;?>caseTitle)) echo html::a($this->createLink('testcase', 'view', "caseID=$bug->case"), "#$bug->case $bug->caseTitle", '_blank');?>
bug->toStory;?> toStory != 0) echo html::a($this->createLink('story', 'view', "storyID=$bug->toStory"), "#$bug->toStory $bug->toStoryTitle", '_blank');?>
+ + + + @@ -308,10 +319,19 @@ { if(isset($story->extraStories[$linkStoryID])) echo '
  • ' . html::a(inlink('view', "storyID=$linkStoryID"), "#$linkStoryID " . $story->extraStories[$linkStoryID]) . '
  • '; } + ?> + + + + + +
    story->legendFromBug;?> +
      + id $fromBug->title'>" . html::a($this->createLink('bug', 'view', "bugID=$fromBug->id"), "#$fromBug->id $fromBug->title") . '';?> +
    +
    story->legendBugs;?>
      id $fromBug->title'>" . html::a($this->createLink('bug', 'view', "bugID=$fromBug->id"), "#$fromBug->id $fromBug->title") . " {$lang->story->legendFromBug}"; + foreach($bugs as $bug) + { + echo "
    • " . html::a($this->createLink('bug', 'view', "bugID=$bug->id"), "#$bug->id $bug->title") . '
    • '; + } ?>
    story->legendChildStories;?> +
      + childStories) ; foreach($childStories as $childStoryID) { - if(isset($story->extraStories[$childStoryID])) echo '
    • ' . html::a(inlink('view', "storyID=$childStoryID"), "#$childStoryID " . $story->extraStories[$childStoryID]) . " {$lang->story->legendChildStories}
    • "; + if(isset($story->extraStories[$childStoryID])) echo '
    • ' . html::a(inlink('view', "storyID=$childStoryID"), "#$childStoryID " . $story->extraStories[$childStoryID]) . '
    • '; } ?>