Avindr / MxM-IssueTracking

7 stars 0 forks source link

Preprocessing events without names causes them to revert to event id's of -1 #166

Open Westerveld opened 2 years ago

Westerveld commented 2 years ago

If an event doesn't have a name it will revert the processed event to be an id of -1, when the id of the event is correct.

I've made a workaround for my project, but thought i'd let you know incase this isnt intended behaviour.

Problem code is on line 1509-1518 of MxMPreProcessor.cs