You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Mmp data types include non mmp related entities, like deletedAt => remove those from mmp types
Change flow of application: Async request to create the map, then redirect to the map.
Make a guard out of the admin id check in the gateway
Make use of a transaction for updateMap call in mapService. Currently, existing nodes are deleted before the json is imported. Thats fine but should be wrapped inside a transaction block. Otherwise the import fails and the map is completly empty.
Refactor file download logic, use window.URL.createObjectURL and try to to remove fakeLink, e.g. by using open
Refactoring ideas
Frontend
window.URL.createObjectURL
and try to to remove fakeLink, e.g. by usingopen
The text was updated successfully, but these errors were encountered: