Hi all
Just wanted to let you know about this issue we ran into upgrading our PUI.
After the upgrade, opening some of our DSPFs showed an "invalid json" message.
We tracked down the problem to some javascript code in an onClick event that was using
to remove occurrences of the "group separator" character (ascii dec #29) that was specified literally in the code. We solved this problem by loading the files onto the PUI instance of another partition that was running the old version, and replacing instances of that char with the
hexadecimal code representation of the character, before moving the updated file back to the partition with the new version.