diff --git a/mozilla/webtools/testopia/template/en/default/testopia/caserun/form.html.tmpl b/mozilla/webtools/testopia/template/en/default/testopia/caserun/form.html.tmpl index 231b4ceaf2c..e926e416df5 100644 --- a/mozilla/webtools/testopia/template/en/default/testopia/caserun/form.html.tmpl +++ b/mozilla/webtools/testopia/template/en/default/testopia/caserun/form.html.tmpl @@ -84,9 +84,9 @@
| + |
Attributes+Attachments[% PROCESS global/footer.html.tmpl %] diff --git a/mozilla/webtools/testopia/tr_show_caserun.cgi b/mozilla/webtools/testopia/tr_show_caserun.cgi index 46d27111470..9f93b553d22 100755 --- a/mozilla/webtools/testopia/tr_show_caserun.cgi +++ b/mozilla/webtools/testopia/tr_show_caserun.cgi @@ -332,7 +332,7 @@ sub do_update { # If there is not one, it will create it and switch to that. $caserun = $caserun->switch($build,$env); - $caserun->set_status($status) if ($caserun->status_id != $status); + $caserun->set_status($status, $cgi->param('update_bug')) if ($caserun->status_id != $status); $caserun->set_assignee($assignee) if ($caserun->assignee && $caserun->assignee->id != $assignee); $caserun->append_note($notes) if ($notes && $caserun->notes !~ /$notes/); | |||||