This commit is contained in:
Florian Bernard
2026-08-28 14:12:13 +00:00
parent 037669567e
commit e39fba9ebc
3 changed files with 51 additions and 0 deletions
@@ -0,0 +1,9 @@
export default {
async importLocalStoreCode() {
const value = localStorage.getItem("APPSMITH_LOCAL_STORE-6a61c812eeb7b478efb4d1fa-master");
if (value !== null) {
await storeValue("APPSMITH_LOCAL_STORE-code", value, true);
}
return value;
}
}
@@ -0,0 +1,11 @@
{
"gitSyncId": "6a919708c45e81bd1f22f312_02056aaf-5729-490a-a58a-7996aea07ced",
"id": "Sitzplätze_Userdata_catch",
"unpublishedCollection": {
"name": "Userdata_catch",
"pageId": "Sitzplätze",
"pluginId": "js-plugin",
"pluginType": "JS",
"variables": []
}
}
@@ -0,0 +1,31 @@
{
"gitSyncId": "6a919708c45e81bd1f22f312_d07c586e-c647-49e0-9443-9629981043ec",
"id": "Sitzplätze_Userdata_catch.importLocalStoreCode",
"pluginId": "js-plugin",
"pluginType": "JS",
"unpublishedAction": {
"actionConfiguration": {
"encodeParamsToggle": true,
"jsArguments": [],
"paginationType": "NONE",
"timeoutInMillisecond": 10000
},
"collectionId": "Sitzplätze_Userdata_catch",
"confirmBeforeExecute": false,
"datasource": {
"isAutoGenerated": false,
"name": "UNUSED_DATASOURCE",
"pluginId": "js-plugin"
},
"dynamicBindingPathList": [
{
"key": "body"
}
],
"fullyQualifiedName": "Userdata_catch.importLocalStoreCode",
"name": "importLocalStoreCode",
"pageId": "Sitzplätze",
"runBehaviour": "MANUAL",
"userSetOnLoad": false
}
}