Use the same PersitenceManager for public maps.

This commit is contained in:
Paulo Gustavo Veiga 2013-02-03 12:54:46 -03:00
parent d52e2c04a6
commit b4bdad796e

View File

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