Fix error importing freeming mindmaps.
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