Bug #384
Creating a new tile with the Tile Editor doesn't work.
Start date:
05/16/2025
Due date:
% Done:
0%
Estimated time:
Description
There are multiple layers of problems here. The first layer is that we send Random.id() to the server as the imageId of the tile, expecting it to get ignored, but it doesn't get ignored, it gets translated into a url. Except this throws an exception because the id isn't a real id.
If you address this, then you get another issue once the tile editor launches that I'm not sure about.