summaryrefslogtreecommitdiffstats
path: root/enter_bug.cgi
diff options
context:
space:
mode:
authorDavid Lawrence <dkl@redhat.com>2014-06-05 19:22:03 +0200
committerDavid Lawrence <dkl@redhat.com>2014-06-05 19:22:03 +0200
commitdb715a7d254db5ad95e54338b3fb96fd610b94f7 (patch)
tree23ecd3f4c9bf60b08c8047739638900601c6acba /enter_bug.cgi
parentb56bcda54cdee40c994751f4a72a152a3dd6df94 (diff)
downloadbugzilla-db715a7d254db5ad95e54338b3fb96fd610b94f7.tar.gz
bugzilla-db715a7d254db5ad95e54338b3fb96fd610b94f7.tar.xz
Bug 1019747: New user story field in Tracking product is getting copied from Description, not User Story when cloning
Diffstat (limited to 'enter_bug.cgi')
-rwxr-xr-xenter_bug.cgi3
1 files changed, 3 insertions, 0 deletions
diff --git a/enter_bug.cgi b/enter_bug.cgi
index 4866fdf28..4a3155e42 100755
--- a/enter_bug.cgi
+++ b/enter_bug.cgi
@@ -294,6 +294,9 @@ if ($cloned_bug_id) {
$vars->{'comment_is_private'} = $isprivate;
}
+ # BMO Bug 1019747
+ $vars->{'cloned_bug'} = $cloned_bug;
+
} # end of cloned bug entry form
else {