diff --git a/module/bug/ui/edit.html.php b/module/bug/ui/edit.html.php index b8b0bd386b..0075768d87 100644 --- a/module/bug/ui/edit.html.php +++ b/module/bug/ui/edit.html.php @@ -543,7 +543,8 @@ detailBody ( set::multiple(true), set::name('relatedBug[]'), - set::items(isset($bug->relatedBugTitles) ? $bug->relatedBugTitles : array()) + set::items(isset($bug->relatedBugTitles) ? $bug->relatedBugTitles : array()), + set::value($bug->relatedBug) ), common::hasPriv('bug', 'linkBugs') ? inputGroupAddon (