Deleting spaces on the floorplan editor is not persisted. #1
Loading…
Reference in New Issue
There is no content yet.
Delete Branch "%!s(<nil>)"
Deleting a branch is permanent. Although the deleted branch may exist for a short time before cleaning up, in most cases it CANNOT be undone. Continue?
When deleting spaces, the request sent to the server obviates them, so the backend does not know what to do. I think sending a null, or * on the spaces we want to delete and handling it later in the back end is a good solution.