FogBugz Import: Closed comments may contain user data

This commit is contained in:
Jared Szechy 2015-09-21 10:49:44 -04:00
parent abaa65efc1
commit 4e2bb80fb3
1 changed files with 1 additions and 1 deletions

View File

@ -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'])