Skip to content
Snippets Groups Projects
Commit 4957415e authored by Stan Hu's avatar Stan Hu
Browse files

Merge pull request #9650 from szechyjs/fb-close-comment

FogBugz Import: Include closed comments since they may contain user data
parents b6233917 4e2bb80f
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -154,7 +154,7 @@ module Gitlab
while comment = comments.shift
verb = comment['sVerb']
 
next if verb == 'Opened' || verb === 'Closed'
next if verb == 'Opened'
 
content = format_content(comment['s'])
attachments = format_attachments(comment['rgAttachments'])
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment