Kruptein / PlanarAlly

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

bug(Notes): Fix migration for layer=None shapes #1341

Closed Kruptein closed 6 months ago

Kruptein commented 6 months ago

After landing notes on dev, 2 people reported problems with upgrading due to shapes that no longer have layer information.

I'm not sure yet how these shapes came to be in that position as it reeks of a bug somewhere, but I was able to at least fix the upgrade errors.

If a shape without layer information is a character, a note is still created, in all other cases the note will be lost, but the shape is already lost anyway so it's not like we're really missing something here.