mirror of
https://bitbucket.org/wisemapping/wisemapping-open-source.git
synced 2024-11-05 07:03:24 +01:00
Fix error importing freeming mindmaps.
This commit is contained in:
parent
0a74e73c80
commit
9257638da2
@ -405,7 +405,7 @@ public class MindmapController extends BaseController {
|
||||
|
||||
// Save new map ...
|
||||
final User user = Utils.getUser();
|
||||
createMap(new RestMindmap(mindMap, user), response, title, description);
|
||||
createMap(new RestMindmap(mindMap, null), response, title, description);
|
||||
}
|
||||
|
||||
@RequestMapping(method = RequestMethod.POST, value = "/maps/{id}", consumes = {"application/xml", "application/json"})
|
||||
|
Loading…
Reference in New Issue
Block a user