FogBugz Import: Closed comments may contain user data
This commit is contained in:
parent
abaa65efc1
commit
4e2bb80fb3
|
|
@ -154,7 +154,7 @@ module Gitlab
|
||||||
while comment = comments.shift
|
while comment = comments.shift
|
||||||
verb = comment['sVerb']
|
verb = comment['sVerb']
|
||||||
|
|
||||||
next if verb == 'Opened' || verb === 'Closed'
|
next if verb == 'Opened'
|
||||||
|
|
||||||
content = format_content(comment['s'])
|
content = format_content(comment['s'])
|
||||||
attachments = format_attachments(comment['rgAttachments'])
|
attachments = format_attachments(comment['rgAttachments'])
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue