IDProperties was doing a name check where it shouldn't; thise made executing "prop['value'] = something" not work if the property 'value' already existed. Fixed it by making the code replace existing properties, like it should.
IDProperties was doing a name check where it shouldn't; thise made executing "prop['value'] = something" not work if the property 'value' already existed. Fixed it by making the code replace existing properties, like it should.