mirror of
https://bitbucket.org/wisemapping/wisemapping-open-source.git
synced 2024-11-21 13:47:57 +01:00
Add missing properly on embedd view
This commit is contained in:
parent
712fbaa3a7
commit
e98d6ca2a9
@ -134,6 +134,7 @@ public class MvcMindmapController {
|
||||
final MindMapBean mindmap = findMindmapBean(id);
|
||||
final ModelAndView view = new ModelAndView("mindmapViewonly", "mindmap", mindmap);
|
||||
view.addObject("zoom", zoom == null ? 1 : zoom);
|
||||
view.addObject("properties", "{}");
|
||||
final Locale locale = LocaleContextHolder.getLocale();
|
||||
view.addObject("locale", locale.toString().toLowerCase());
|
||||
return view;
|
||||
|
Loading…
Reference in New Issue
Block a user