Skip to content

BUG: Fixing Issue with reading StringItem from JSON

Problem was that setValueFromString in the template was always using a istringstream to convert the string value and in the case of StringItems this was not only unnecessary but resulted in the string being truncated.

Merge request reports