Fix print issue loading cached maps.

This commit is contained in:
Paulo Gustavo Veiga
2013-02-20 14:16:00 -03:00
parent 79f5e51513
commit d2b7b640d9
4 changed files with 6 additions and 5 deletions

View File

@@ -45,7 +45,7 @@
options.readOnly = true;
// Configure persistence ...
options.persistenceManager = new mindplot.LocalStorageManager("c/restful/maps/{id}/document/xml${principal!=null?'':'-pub'}");
options.persistenceManager = new mindplot.LocalStorageManager("c/restful/maps/{id}/document/xml${principal!=null?'':'-pub'}",true);
// Build designer ...
var designer = buildDesigner(options);