asdsad
This commit is contained in:
@@ -268,8 +268,8 @@
|
|||||||
|
|
||||||
const resourceName = (window.__editorMode || 'templates');
|
const resourceName = (window.__editorMode || 'templates');
|
||||||
const entityId = (window.__editorId || 0);
|
const entityId = (window.__editorId || 0);
|
||||||
const loadUrl = `${storageBase}${actionSeparator}action=${encodeURIComponent(resourceName)}.get&id=${encodeURIComponent(entityId)}`;
|
const loadUrl = `${storageBase}${actionSeparator}action=${encodeURIComponent(resourceName)}.get&resource=${encodeURIComponent(resourceName)}&id=${encodeURIComponent(entityId)}`;
|
||||||
const storeUrl = `${storageBase}${actionSeparator}action=${encodeURIComponent(resourceName)}.update&id=${encodeURIComponent(entityId)}`;
|
const storeUrl = `${storageBase}${actionSeparator}action=${encodeURIComponent(resourceName)}.update&resource=${encodeURIComponent(resourceName)}&id=${encodeURIComponent(entityId)}`;
|
||||||
|
|
||||||
const storageConf = {
|
const storageConf = {
|
||||||
type: 'remote',
|
type: 'remote',
|
||||||
|
|||||||
Reference in New Issue
Block a user