Push not read only.

This commit is contained in:
Paulo Gustavo Veiga 2012-11-10 20:22:26 -03:00
parent b36df012f8
commit 0f66d6fb6d

View File

@ -187,6 +187,7 @@ public class MindmapController {
public String showMindmapTryPage(@PathVariable int id, @NotNull Model model) throws WiseMappingException {
final String result = showEditorPage(id, model, false);
model.addAttribute("memoryPersistence", true);
model.addAttribute("readOnlyMode", false);
return result;
}