diff options
Diffstat (limited to 'bin/zurich')
-rwxr-xr-x | bin/zurich/convert_internal_notes_to_comments | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/bin/zurich/convert_internal_notes_to_comments b/bin/zurich/convert_internal_notes_to_comments index e92be40b3..ddf74851f 100755 --- a/bin/zurich/convert_internal_notes_to_comments +++ b/bin/zurich/convert_internal_notes_to_comments @@ -60,7 +60,6 @@ while ( my $problem = $problems->next() ) { user => $comment_user, state => $comment_state, mark_fixed => 0, - problem_state => $problem->state, anonymous => 1, extra => { is_internal_note => 1 }, } |