From 5b51fd3c248772a77d35e5bf6bc5c5cfcafd5dfb Mon Sep 17 00:00:00 2001 From: Florian Bernard Date: Fri, 28 Aug 2026 14:23:10 +0000 Subject: [PATCH] Test --- .../Userdata_catch/Userdata_catch.js | 3 +- pages/Sitzplätze/widgets/Button1.json | 50 +++++++++++++++++++ pages/Sitzplätze/widgets/Text7.json | 2 +- 3 files changed, 53 insertions(+), 2 deletions(-) create mode 100644 pages/Sitzplätze/widgets/Button1.json diff --git a/pages/Sitzplätze/jsobjects/Userdata_catch/Userdata_catch.js b/pages/Sitzplätze/jsobjects/Userdata_catch/Userdata_catch.js index be25a3c..c090bfb 100644 --- a/pages/Sitzplätze/jsobjects/Userdata_catch/Userdata_catch.js +++ b/pages/Sitzplätze/jsobjects/Userdata_catch/Userdata_catch.js @@ -10,7 +10,8 @@ export default { value = raw; } - await storeValue("Userinfo", value, true); + await storeValue("APPSMITH_LOCAL_STORE-6a61c812eeb7b478efb4d1fa-master", value, true); return value; + } } \ No newline at end of file diff --git a/pages/Sitzplätze/widgets/Button1.json b/pages/Sitzplätze/widgets/Button1.json new file mode 100644 index 0000000..e098ebf --- /dev/null +++ b/pages/Sitzplätze/widgets/Button1.json @@ -0,0 +1,50 @@ +{ + "animateLoading": true, + "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}", + "bottomRow": 27, + "boxShadow": "none", + "buttonColor": "{{appsmith.theme.colors.primaryColor}}", + "buttonVariant": "PRIMARY", + "disabledWhenInvalid": false, + "dynamicBindingPathList": [ + { + "key": "buttonColor" + }, + { + "key": "borderRadius" + } + ], + "dynamicTriggerPathList": [ + { + "key": "onClick" + } + ], + "isDefaultClickDisabled": true, + "isDisabled": false, + "isLoading": false, + "isVisible": true, + "key": "ik7gdrvmlq", + "leftColumn": 0, + "minWidth": 120, + "mobileBottomRow": 27, + "mobileLeftColumn": 0, + "mobileRightColumn": 13, + "mobileTopRow": 23, + "needsErrorInfo": false, + "onClick": "{{Userdata_catch.importLocalStoreCode();}}", + "parentColumnSpace": 17.9375, + "parentId": "0", + "parentRowSpace": 10, + "placement": "CENTER", + "recaptchaType": "V3", + "renderMode": "CANVAS", + "resetFormOnClick": false, + "responsiveBehavior": "hug", + "rightColumn": 13, + "text": "Userdata", + "topRow": 23, + "type": "BUTTON_WIDGET", + "version": 1, + "widgetId": "kinyfy3kbu", + "widgetName": "Button1" +} \ No newline at end of file diff --git a/pages/Sitzplätze/widgets/Text7.json b/pages/Sitzplätze/widgets/Text7.json index 9e7daa8..fd59fb2 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[\"Userinfo\"] }}\n", + "text": "{{ appsmith.store[\"APPSMITH_LOCAL_STORE-6a61c812eeb7b478efb4d1fa-master\"] }}\n", "textAlign": "LEFT", "textColor": "#231F20", "topRow": 27,