mirror of
https://bitbucket.org/wisemapping/wisemapping-open-source.git
synced 2024-11-22 06:07:57 +01:00
Use the same PersitenceManager for public maps.
This commit is contained in:
parent
d52e2c04a6
commit
b4bdad796e
@ -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",
|
||||
|
Loading…
Reference in New Issue
Block a user