Use the same PersitenceManager for public maps.

main
Paulo Gustavo Veiga 2013-02-03 12:54:46 -03:00
parent d52e2c04a6
commit b4bdad796e
1 changed files with 1 additions and 1 deletions

View File

@ -33,7 +33,7 @@
// Configure designer options ...
var options = loadDesignerOptions();
<c:if test="${!memoryPersistence && !readOnlyMode}">
<c:if test="${!memoryPersistence}">
options.persistenceManager = new mindplot.RESTPersistenceManager(
{
documentUrl:"c/restful/maps/{id}/document",