mirror of
https://bitbucket.org/wisemapping/wisemapping-frontend.git
synced 2024-11-22 06:37:56 +01:00
Fix creation of url path for public image loading
This commit is contained in:
parent
819ce46025
commit
c503c590d9
@ -45,7 +45,7 @@ if (!global.memoryPersistence && !global.readOnly) {
|
||||
session: global.lockSession,
|
||||
});
|
||||
} else {
|
||||
persistence = new LocalStorageManager(`/c/restful/maps/{id}/${global.historyId ? `${global.historyId}/` : ''}${!global.isAuth ? '-pub' : ''}`, true);
|
||||
persistence = new LocalStorageManager(`/c/restful/maps/{id}/${global.historyId ? `${global.historyId}/` : ''}document/xml${!global.isAuth ? '-pub' : ''}`, true);
|
||||
}
|
||||
|
||||
const options = buildOptions({
|
||||
|
Loading…
Reference in New Issue
Block a user