oSettings null because _fnSettingsFromNode looks at entire object, not just id (v1.9.4)

oSettings null because _fnSettingsFromNode looks at entire object, not just id (v1.9.4)

BenGillisBenGillis Posts: 1Questions: 1Answers: 0

_fnSettingsFromNode is returning null for oSettings, because of the === compare on the *entire* object, rather than just the id.

Somehow, the oSettings got a sizset and sizcache06341280910103325 members added after the data table was built, causing the oSettings to never be found.

'sizset' appears to be some caching mechanism inside data tables.

I'm considering hacking this function to compare the id only. But, asking first why this is happening. Thanks for any reply.

This discussion has been closed.