mirror of
https://github.com/wisemapping/wisemapping-open-source.git
synced 2025-04-04 11:14:29 +08:00
Minor fix on metadata permissions.
This commit is contained in:
parent
4401cf8fe9
commit
cfb2fc60d8
@ -82,7 +82,7 @@ public class MindmapController extends BaseController {
|
||||
@RequestMapping(method = RequestMethod.GET, value = "/{id}/metadata", produces = {"application/json"})
|
||||
@ResponseBody
|
||||
public RestMindmapMetadata retrieveMetadata(@PathVariable int id) throws WiseMappingException {
|
||||
final Account user = Utils.getUser(true);
|
||||
final Account user = Utils.getUser(false);
|
||||
final Mindmap mindmap = findMindmapById(id);
|
||||
final MindMapBean mindMapBean = new MindMapBean(mindmap, user);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user