FogBugz Import: Closed comments may contain user data
This commit is contained in:
parent
abaa65efc1
commit
4e2bb80fb3
1 changed files with 1 additions and 1 deletions
|
@ -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…
Reference in a new issue