mirror of
https://bitbucket.org/wisemapping/wisemapping-open-source.git
synced 2024-11-05 07:03:24 +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 ...
|
// 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",
|
||||||
|
Loading…
Reference in New Issue
Block a user