Closed jschiefer closed 2 years ago
Confirmed issue. Excellent bug report, this has been a day zero bug.
@jschiefer please try again with the new release 0.3.7 and thanks again for reporting this issue
regenerated the example with 0.3.7 here: https://github.com/mycodeplug/example-codeplug/releases/tag/2022-03-26
I did verify this with my own codeplug, and did some spot checks - the problem is fixed. Also, editcp no longer complains about invalid records - nice!
Thank you for the super-quick turn-around, and for writing this software to begin with - very useful and well thought out!
Also, editcp no longer complains about invalid records - nice!
Ah yes, that was a partial bonus fix for #75 that I noticed while testing the main fix.
Glad to hear it’s working for you, and thanks for digging in and using the code. Definitely send over any other bugs or general ideas for improvement you might have.
dzcb often creates two conflicting fields for the ColorCode of a channel, in cases where the color code is not 1. You can observe this as follows:
"ColorCode": "On"
"Color Code": "2"
."ColorCode": "2"
results in a correct import for this channel.ColorCode
definition is present for all channels, whereas theColor Code
one is not.