diff --git a/module/my/view/requirement.html.php b/module/my/view/requirement.html.php
index bd365b7a1c..8472470c53 100644
--- a/module/my/view/requirement.html.php
+++ b/module/my/view/requirement.html.php
@@ -90,10 +90,10 @@
pri;?>' title='story->priList, $story->pri, $story->pri);?>'>story->priList, $story->pri, $story->pri);?> |
- title, null, "style='color: $story->color' data-group='product'") : "$story->title";?>
+ title, null, "style='color: $story->color' data-group='product' title='$story->title'") : "$story->title";?>
children)) echo '';?>
|
- productTitle;?> |
+ productTitle;?> |
openedBy);?> |
estimate . $config->hourUnit;?> |
processStatus('story', $story);?> |
@@ -133,9 +133,9 @@
pri;?>' title='story->priList, $child->pri, $child->pri);?>'>story->priList, $child->pri, $child->pri);?> |
- lang->story->children .'">SR ' . (common::hasPriv('story', 'view') ? html::a($storyLink, $child->title, null, "style='color: $child->color' data-group='product'") : $child->title);?>
+ lang->story->children .'">SR ' . (common::hasPriv('story', 'view') ? html::a($storyLink, $child->title, null, "style='color: $child->color' data-group='product' title='$child->title'") : $child->title);?>
|
- productTitle;?> |
+ productTitle;?> |
openedBy);?> |
estimate . $config->hourUnit;?> |
URChanged ? "{$this->lang->story->URChanged}" : "" . $this->processStatus('story', $child) . ''?> |