Page 1 of 1

BUG in ReadOutgoingLinks method in CSVConverterWindows.cs

Posted: Mon Aug 22, 2016 1:15 pm
by alfonso
Hi Tony :)

when i use the CSV Converter this dont care about the ConditionPriority of the link and only create a new one with the originConversationID, originDialogueID, destinationConversationID, destinationDialogueID.

the issue is in the line 455 of CSVConverterWindows.cs

you read the ConditionPriority but never is used, something like "link.priority = Enum.Parse (typeof(ConditionPriority), values [4]) as ConditionPriority;" will fix it :)

Thanks :D

Re: BUG in ReadOutgoingLinks method in CSVConverterWindows.cs

Posted: Mon Aug 22, 2016 8:46 pm
by Tony Li
Thanks, Alfonso! I'll include the fix in the next release!

Re: BUG in ReadOutgoingLinks method in CSVConverterWindows.cs

Posted: Tue Aug 23, 2016 10:30 pm
by Tony Li
Thanks again for reporting this oversight. A patch on the customer download site has a fix now.

Re: BUG in ReadOutgoingLinks method in CSVConverterWindows.cs

Posted: Wed Aug 24, 2016 9:19 am
by alfonso
you are welcome Tony :D