Minor fix,
parent
08ce41da5f
commit
849e700ef8
|
@ -96,7 +96,7 @@ public class MindmapController extends BaseController {
|
||||||
lockFullName = lockInfo.getUser().getFullName();
|
lockFullName = lockInfo.getUser().getFullName();
|
||||||
}
|
}
|
||||||
|
|
||||||
return new RestMindmapMetadata(mindmap.getTitle(), mindmap.getCreator().getFullName(), mindMapBean.getProperties(), isLocked, lockFullName);
|
return new RestMindmapMetadata(mindmap.getTitle(), mindMapBean.getProperties(), mindmap.getCreator().getFullName(), isLocked, lockFullName);
|
||||||
}
|
}
|
||||||
|
|
||||||
@PreAuthorize("isAuthenticated() and hasRole('ROLE_USER')")
|
@PreAuthorize("isAuthenticated() and hasRole('ROLE_USER')")
|
||||||
|
|
Loading…
Reference in New Issue