Hello! Since view columns are stored locally in the browser’s cache, and clearing the cache resets the view columns' data to default, I developed a Tampermonkey userscript for my team to preserve selected/ordered table columns per view. Yesterday and today, it seems tests (or changes) have been conducted that caused the userscript to stop working, and the columns keep getting reset to default.
- Yesterday morning, the localStorage key was split into multiple different keys, causing our userscript to stop working.
- After a few hours into our day shift, the original localStorage key came back, and the userscript was working again.
- Today, the same symptoms were witnessed
Is it expected that these changes made it to our environments? I’m more than happy to share more information if needed.