diff options
author | David Lawrence <dkl@redhat.com> | 2014-06-05 19:22:03 +0200 |
---|---|---|
committer | David Lawrence <dkl@redhat.com> | 2014-06-05 19:22:03 +0200 |
commit | db715a7d254db5ad95e54338b3fb96fd610b94f7 (patch) | |
tree | 23ecd3f4c9bf60b08c8047739638900601c6acba /enter_bug.cgi | |
parent | b56bcda54cdee40c994751f4a72a152a3dd6df94 (diff) | |
download | bugzilla-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-x | enter_bug.cgi | 3 |
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 { |