mirror of
https://bitbucket.org/wisemapping/wisemapping-open-source.git
synced 2025-01-10 20:25:12 +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) {
|
||||
final String result = showMindmapEditorPage(id, model);
|
||||
model.addAttribute("memoryPersistence", true);
|
||||
model.addAttribute("readOnlyMode", false);
|
||||
return result;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user