mirror of
https://bitbucket.org/wisemapping/wisemapping-open-source.git
synced 2024-11-05 07:03:24 +01:00
Fix try mode ...
This commit is contained in:
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
Block a user