Fix try mode ...

This commit is contained in:
Paulo Gustavo Veiga 2012-08-27 12:52:24 -03:00
parent ad190b575d
commit 601cbe6d25

View File

@ -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;
}