Fix toolbar title bug
Add properties peer user.
This commit is contained in:
@@ -174,7 +174,7 @@ public class MindmapController {
|
||||
}
|
||||
|
||||
private MindMapBean findMindmapBean(long mapId) {
|
||||
return new MindMapBean(findMindmap(mapId));
|
||||
return new MindMapBean(findMindmap(mapId), Utils.getUser());
|
||||
}
|
||||
|
||||
private boolean isWelcomeMap(MindMapBean map) {
|
||||
|
Reference in New Issue
Block a user