Fix try mode ...
parent
ad190b575d
commit
601cbe6d25
|
@ -161,6 +161,7 @@ public class MindmapController {
|
||||||
public String showMindmapTryPage(@PathVariable int id, @NotNull Model model) {
|
public String showMindmapTryPage(@PathVariable int id, @NotNull Model model) {
|
||||||
final String result = showMindmapEditorPage(id, model);
|
final String result = showMindmapEditorPage(id, model);
|
||||||
model.addAttribute("memoryPersistence", true);
|
model.addAttribute("memoryPersistence", true);
|
||||||
|
model.addAttribute("readOnlyMode", false);
|
||||||
return result;
|
return result;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue