Kruptein / PlanarAlly

A companion tool for when you travel into the planes.
https://www.planarally.io/
MIT License
395 stars 73 forks source link

bug(Tech: Api): Fix some api calls expecting partial data to receive full object [dev] #1234

Closed Kruptein closed 1 year ago

Kruptein commented 1 year ago

Some API calls operate on the basis of only sending/receiving the changed values. When checking the validity of input, the other fields are set to None values, which when transferred back to the client can cause some havoc when it starts updating all provided values to null.

This fixes tracker and aura updates as well as location option updates. Fixes #1232