mirror of
https://github.com/wisemapping/wisemapping-open-source.git
synced 2025-04-05 03:44:29 +08:00
Minor fix,
This commit is contained in:
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…
x
Reference in New Issue
Block a user