From 76ebf3b3649af70d559b3023048d524dea51acd0 Mon Sep 17 00:00:00 2001 From: Florian Bernard Date: Fri, 28 Aug 2026 14:31:41 +0000 Subject: [PATCH] test123 --- pages/Sitzplätze/jsobjects/Userdata_catch/Userdata_catch.js | 4 +++- pages/Sitzplätze/widgets/Text7.json | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/pages/Sitzplätze/jsobjects/Userdata_catch/Userdata_catch.js b/pages/Sitzplätze/jsobjects/Userdata_catch/Userdata_catch.js index 30d93de..7396d6b 100644 --- a/pages/Sitzplätze/jsobjects/Userdata_catch/Userdata_catch.js +++ b/pages/Sitzplätze/jsobjects/Userdata_catch/Userdata_catch.js @@ -1,5 +1,7 @@ export default { async importLocalStoreCode() { - return window.localStorage.getItem("APPSMITH_LOCAL_STORE-6a61c812eeb7b478efb4d1fa-master"); + const raw = window.localStorage.getItem("APPSMITH_LOCAL_STORE-6a61c812eeb7b478efb4d1fa-master"); + await storeValue("imported_code", raw, true); + return raw; } } \ No newline at end of file diff --git a/pages/Sitzplätze/widgets/Text7.json b/pages/Sitzplätze/widgets/Text7.json index fd59fb2..4990a34 100644 --- a/pages/Sitzplätze/widgets/Text7.json +++ b/pages/Sitzplätze/widgets/Text7.json @@ -43,7 +43,7 @@ "responsiveBehavior": "fill", "rightColumn": 13, "shouldTruncate": false, - "text": "{{ appsmith.store[\"APPSMITH_LOCAL_STORE-6a61c812eeb7b478efb4d1fa-master\"] }}\n", + "text": "{{ appsmith.store.imported_code }}", "textAlign": "LEFT", "textColor": "#231F20", "topRow": 27,