Bug Report: objID strings are incorrectly converted to number #92
Labels
bug
Something isn't working
help wanted
Noone is actively working on this, contributions are welcome
About me
This bug report is posted on behalf of the BBC
Observed Behavior
When ingesting a rundown with MOS objID's that look like numbers
sofie-mos-connection
incorrectly converts them to anumber
type.E.G:
100.543210
becomes100.54321
I'm guessing that this is caused by the
nativeType: true
option for the parser, I'm not sure what impact changing it would have...sofie-mos-connection/packages/helper/src/utils/Utils.ts
Line 13 in a87681f
Expected Behavior
Data from a MOS device should remain of a valid type.
Version
release51
Severity / Impact
This is a significant blocker for us as our clip objIDs are numeric as above.A workaround has been implemented so this is less urgent but still an issue.
The text was updated successfully, but these errors were encountered: