Describe the bug
Export JSON allows you to choose what to export, but importing will reset any sections missing.
Additionally: Favorites and sim options will always be reset without being saveable/recoverable.
To Reproduce
Steps to reproduce the behavior:
- Open Warrior Arms sim (problem is universal)
- Import JSON:
{ "player": { "class": "ClassWarrior", "talentsString": "113132", "glyphs": { "major1": 67482, "major2": 43399, "major3": 45792 } } }
- All other settings (gear, encounter, rotation, etc) are now blank. Favorites are lost. Sim options are reset to default.
Expected behavior
Import should only change provided sections. Other settings should not be updated. (Sim options and favorites should never be touched.)
Describe the bug
Export JSON allows you to choose what to export, but importing will reset any sections missing.
Additionally: Favorites and sim options will always be reset without being saveable/recoverable.
To Reproduce
Steps to reproduce the behavior:
{ "player": { "class": "ClassWarrior", "talentsString": "113132", "glyphs": { "major1": 67482, "major2": 43399, "major3": 45792 } } }Expected behavior
Import should only change provided sections. Other settings should not be updated. (Sim options and favorites should never be touched.)