From 7319c68d494a101ae4eadcc726614cad71af2e01 Mon Sep 17 00:00:00 2001 From: Florian Bernard Date: Tue, 18 Aug 2026 14:17:14 +0000 Subject: [PATCH] 456 --- pages/Login/module instances/Bff.json | 62 ++++++++---------- .../Bff-checkReturningFromLogin/metadata.json | 6 +- .../queries/Bff-clearSession/metadata.json | 2 +- .../Login/queries/Bff-guardPage/metadata.json | 2 +- .../Login/queries/Bff-isEditor/metadata.json | 24 ------- .../queries/Bff-isLoggedIn/metadata.json | 2 +- pages/Login/queries/Bff-login/metadata.json | 6 +- pages/Login/queries/Bff-logout/metadata.json | 2 +- pages/Start/module instances/Bff.json | 64 ++++++++----------- .../Bff-checkReturningFromLogin/metadata.json | 2 +- .../queries/Bff-clearSession/metadata.json | 2 +- .../Start/queries/Bff-guardPage/metadata.json | 2 +- .../Start/queries/Bff-isEditor/metadata.json | 24 ------- .../queries/Bff-isLoggedIn/metadata.json | 2 +- pages/Start/queries/Bff-login/metadata.json | 2 +- pages/Start/queries/Bff-logout/metadata.json | 2 +- 16 files changed, 71 insertions(+), 135 deletions(-) delete mode 100644 pages/Login/queries/Bff-isEditor/metadata.json delete mode 100644 pages/Start/queries/Bff-isEditor/metadata.json diff --git a/pages/Login/module instances/Bff.json b/pages/Login/module instances/Bff.json index 21c8ffb..2c8c0ba 100644 --- a/pages/Login/module instances/Bff.json +++ b/pages/Login/module instances/Bff.json @@ -10,58 +10,50 @@ "checkReturningFromLogin": "[\"Start\"]", "clearSession": "[]", "guardPage": "[\"Login\"]", - "isEditor": "[]", "isLoggedIn": "[]", "login": "[\"app-hub\"]", "logout": "[]" }, "moduleInputs": { - "edtoxkolif": { + "bykrkfnriq": { "controlType": "INPUT_TEXT", "defaultValue": "[]", - "id": "edtoxkolif", - "label": "logout", - "propertyName": "inputs.logout" - }, - "gkwyrzbuag": { - "controlType": "INPUT_TEXT", - "defaultValue": "[]", - "id": "gkwyrzbuag", - "label": "login", - "propertyName": "inputs.login" - }, - "gmyolblltf": { - "controlType": "INPUT_TEXT", - "defaultValue": "[]", - "id": "gmyolblltf", - "label": "guardPage", - "propertyName": "inputs.guardPage" - }, - "irlgorqhzm": { - "controlType": "INPUT_TEXT", - "defaultValue": "[]", - "id": "irlgorqhzm", - "label": "isEditor", - "propertyName": "inputs.isEditor" - }, - "juqjywpazm": { - "controlType": "INPUT_TEXT", - "defaultValue": "[]", - "id": "juqjywpazm", + "id": "bykrkfnriq", "label": "clearSession", "propertyName": "inputs.clearSession" }, - "lqpsvczdpb": { + "iehlyqabte": { "controlType": "INPUT_TEXT", "defaultValue": "[]", - "id": "lqpsvczdpb", + "id": "iehlyqabte", + "label": "logout", + "propertyName": "inputs.logout" + }, + "nypzowdzcx": { + "controlType": "INPUT_TEXT", + "defaultValue": "[]", + "id": "nypzowdzcx", + "label": "guardPage", + "propertyName": "inputs.guardPage" + }, + "tcahnltmit": { + "controlType": "INPUT_TEXT", + "defaultValue": "[]", + "id": "tcahnltmit", "label": "checkReturningFromLogin", "propertyName": "inputs.checkReturningFromLogin" }, - "tqymtljtpz": { + "uktjyxiawj": { "controlType": "INPUT_TEXT", "defaultValue": "[]", - "id": "tqymtljtpz", + "id": "uktjyxiawj", + "label": "login", + "propertyName": "inputs.login" + }, + "zgvyjvsyhb": { + "controlType": "INPUT_TEXT", + "defaultValue": "[]", + "id": "zgvyjvsyhb", "label": "isLoggedIn", "propertyName": "inputs.isLoggedIn" } diff --git a/pages/Login/queries/Bff-checkReturningFromLogin/metadata.json b/pages/Login/queries/Bff-checkReturningFromLogin/metadata.json index 6f47e90..52df5b6 100644 --- a/pages/Login/queries/Bff-checkReturningFromLogin/metadata.json +++ b/pages/Login/queries/Bff-checkReturningFromLogin/metadata.json @@ -1,5 +1,5 @@ { - "gitSyncId": "6a677755d75112ecfb0628ff_b284c1fa-404f-47e6-a2e3-a2aa8a91eb65", + "gitSyncId": "6a61c812eeb7b478efb4d1fa_1cf9c79a-3f46-4762-b79e-cc11524f8790", "id": "Login__$Bff$_Bff.checkReturningFromLogin", "isPublic": true, "moduleInstanceId": "Login_Bff", @@ -18,7 +18,7 @@ "fullyQualifiedName": "_$Bff$_Bff.checkReturningFromLogin", "name": "checkReturningFromLogin", "pageId": "Login", - "runBehaviour": "ON_PAGE_LOAD", - "userSetOnLoad": true + "runBehaviour": "MANUAL", + "userSetOnLoad": false } } \ No newline at end of file diff --git a/pages/Login/queries/Bff-clearSession/metadata.json b/pages/Login/queries/Bff-clearSession/metadata.json index 892fdca..9dfea61 100644 --- a/pages/Login/queries/Bff-clearSession/metadata.json +++ b/pages/Login/queries/Bff-clearSession/metadata.json @@ -1,5 +1,5 @@ { - "gitSyncId": "6a677755d75112ecfb0628ff_472fe101-1f32-4f03-b9ba-4df7357fb3ed", + "gitSyncId": "6a61c812eeb7b478efb4d1fa_ae78ffb6-56ed-4ace-80bb-2c32e5e1a04f", "id": "Login__$Bff$_Bff.clearSession", "isPublic": true, "moduleInstanceId": "Login_Bff", diff --git a/pages/Login/queries/Bff-guardPage/metadata.json b/pages/Login/queries/Bff-guardPage/metadata.json index ddb6f21..430932a 100644 --- a/pages/Login/queries/Bff-guardPage/metadata.json +++ b/pages/Login/queries/Bff-guardPage/metadata.json @@ -1,5 +1,5 @@ { - "gitSyncId": "6a677755d75112ecfb0628ff_f34afd76-9af2-4e94-a282-04827a137c1c", + "gitSyncId": "6a61c812eeb7b478efb4d1fa_fe7add27-090a-46ac-acc6-831ba09f102d", "id": "Login__$Bff$_Bff.guardPage", "isPublic": true, "moduleInstanceId": "Login_Bff", diff --git a/pages/Login/queries/Bff-isEditor/metadata.json b/pages/Login/queries/Bff-isEditor/metadata.json deleted file mode 100644 index 2310048..0000000 --- a/pages/Login/queries/Bff-isEditor/metadata.json +++ /dev/null @@ -1,24 +0,0 @@ -{ - "gitSyncId": "6a677755d75112ecfb0628ff_e5e79ea6-ed5f-4202-be24-594f39aae8b9", - "id": "Login__$Bff$_Bff.isEditor", - "isPublic": true, - "moduleInstanceId": "Login_Bff", - "pluginId": "js-plugin", - "pluginType": "JS", - "rootModuleInstanceId": "Login_Bff", - "unpublishedAction": { - "collectionId": "Login__$Bff$_Bff", - "confirmBeforeExecute": false, - "contextType": "PAGE", - "datasource": { - "isAutoGenerated": false, - "name": "UNUSED_DATASOURCE", - "pluginId": "js-plugin" - }, - "fullyQualifiedName": "_$Bff$_Bff.isEditor", - "name": "isEditor", - "pageId": "Login", - "runBehaviour": "MANUAL", - "userSetOnLoad": false - } -} \ No newline at end of file diff --git a/pages/Login/queries/Bff-isLoggedIn/metadata.json b/pages/Login/queries/Bff-isLoggedIn/metadata.json index 0dc01bb..bffb35b 100644 --- a/pages/Login/queries/Bff-isLoggedIn/metadata.json +++ b/pages/Login/queries/Bff-isLoggedIn/metadata.json @@ -1,5 +1,5 @@ { - "gitSyncId": "6a677755d75112ecfb0628ff_1b488be4-e35a-4658-b49d-a314fdae6dbf", + "gitSyncId": "6a61c812eeb7b478efb4d1fa_b29e61a1-9e8a-4363-8cc7-7276ca906cfe", "id": "Login__$Bff$_Bff.isLoggedIn", "isPublic": true, "moduleInstanceId": "Login_Bff", diff --git a/pages/Login/queries/Bff-login/metadata.json b/pages/Login/queries/Bff-login/metadata.json index be9f2b7..08044a6 100644 --- a/pages/Login/queries/Bff-login/metadata.json +++ b/pages/Login/queries/Bff-login/metadata.json @@ -1,5 +1,5 @@ { - "gitSyncId": "6a677755d75112ecfb0628ff_8d5fe7cd-5b19-45bf-9641-4a0d16e0b0b6", + "gitSyncId": "6a61c812eeb7b478efb4d1fa_220b5222-288f-4628-80ae-a4d6f96bd773", "id": "Login__$Bff$_Bff.login", "isPublic": true, "moduleInstanceId": "Login_Bff", @@ -18,7 +18,7 @@ "fullyQualifiedName": "_$Bff$_Bff.login", "name": "login", "pageId": "Login", - "runBehaviour": "ON_PAGE_LOAD", - "userSetOnLoad": true + "runBehaviour": "MANUAL", + "userSetOnLoad": false } } \ No newline at end of file diff --git a/pages/Login/queries/Bff-logout/metadata.json b/pages/Login/queries/Bff-logout/metadata.json index 065d06d..793e9e7 100644 --- a/pages/Login/queries/Bff-logout/metadata.json +++ b/pages/Login/queries/Bff-logout/metadata.json @@ -1,5 +1,5 @@ { - "gitSyncId": "6a677755d75112ecfb0628ff_5d176fee-5f0c-4f86-982c-37aa9ad40df3", + "gitSyncId": "6a61c812eeb7b478efb4d1fa_e9ee9571-5129-4c79-b659-f473f2c98baa", "id": "Login__$Bff$_Bff.logout", "isPublic": true, "moduleInstanceId": "Login_Bff", diff --git a/pages/Start/module instances/Bff.json b/pages/Start/module instances/Bff.json index e4e0c3e..d15edd2 100644 --- a/pages/Start/module instances/Bff.json +++ b/pages/Start/module instances/Bff.json @@ -7,61 +7,53 @@ "unpublishedModuleInstance": { "contextType": "PAGE", "inputs": { - "checkReturningFromLogin": "[\"Start\"]", + "checkReturningFromLogin": "[\"\"]", "clearSession": "[]", "guardPage": "[\"Login\"]", - "isEditor": "[]", "isLoggedIn": "[]", "login": "[\"app-hub\"]", "logout": "[]" }, "moduleInputs": { - "edtoxkolif": { + "bykrkfnriq": { "controlType": "INPUT_TEXT", "defaultValue": "[]", - "id": "edtoxkolif", - "label": "logout", - "propertyName": "inputs.logout" - }, - "gkwyrzbuag": { - "controlType": "INPUT_TEXT", - "defaultValue": "[]", - "id": "gkwyrzbuag", - "label": "login", - "propertyName": "inputs.login" - }, - "gmyolblltf": { - "controlType": "INPUT_TEXT", - "defaultValue": "[]", - "id": "gmyolblltf", - "label": "guardPage", - "propertyName": "inputs.guardPage" - }, - "irlgorqhzm": { - "controlType": "INPUT_TEXT", - "defaultValue": "[]", - "id": "irlgorqhzm", - "label": "isEditor", - "propertyName": "inputs.isEditor" - }, - "juqjywpazm": { - "controlType": "INPUT_TEXT", - "defaultValue": "[]", - "id": "juqjywpazm", + "id": "bykrkfnriq", "label": "clearSession", "propertyName": "inputs.clearSession" }, - "lqpsvczdpb": { + "iehlyqabte": { "controlType": "INPUT_TEXT", "defaultValue": "[]", - "id": "lqpsvczdpb", + "id": "iehlyqabte", + "label": "logout", + "propertyName": "inputs.logout" + }, + "nypzowdzcx": { + "controlType": "INPUT_TEXT", + "defaultValue": "[]", + "id": "nypzowdzcx", + "label": "guardPage", + "propertyName": "inputs.guardPage" + }, + "tcahnltmit": { + "controlType": "INPUT_TEXT", + "defaultValue": "[]", + "id": "tcahnltmit", "label": "checkReturningFromLogin", "propertyName": "inputs.checkReturningFromLogin" }, - "tqymtljtpz": { + "uktjyxiawj": { "controlType": "INPUT_TEXT", "defaultValue": "[]", - "id": "tqymtljtpz", + "id": "uktjyxiawj", + "label": "login", + "propertyName": "inputs.login" + }, + "zgvyjvsyhb": { + "controlType": "INPUT_TEXT", + "defaultValue": "[]", + "id": "zgvyjvsyhb", "label": "isLoggedIn", "propertyName": "inputs.isLoggedIn" } diff --git a/pages/Start/queries/Bff-checkReturningFromLogin/metadata.json b/pages/Start/queries/Bff-checkReturningFromLogin/metadata.json index b24324c..dc0dcd0 100644 --- a/pages/Start/queries/Bff-checkReturningFromLogin/metadata.json +++ b/pages/Start/queries/Bff-checkReturningFromLogin/metadata.json @@ -1,5 +1,5 @@ { - "gitSyncId": "6a677755d75112ecfb0628ff_cb16643e-5148-4ccb-a7d2-e15b9dbcd8dc", + "gitSyncId": "6a61c812eeb7b478efb4d1fa_1b731180-4841-4262-8e85-e8ad3f345863", "id": "Start__$Bff$_Bff.checkReturningFromLogin", "isPublic": true, "moduleInstanceId": "Start_Bff", diff --git a/pages/Start/queries/Bff-clearSession/metadata.json b/pages/Start/queries/Bff-clearSession/metadata.json index a39abd9..f1aa755 100644 --- a/pages/Start/queries/Bff-clearSession/metadata.json +++ b/pages/Start/queries/Bff-clearSession/metadata.json @@ -1,5 +1,5 @@ { - "gitSyncId": "6a677755d75112ecfb0628ff_1f663d18-d738-455c-b8b3-77ea700b803d", + "gitSyncId": "6a61c812eeb7b478efb4d1fa_330b1566-6753-4a90-aee0-6bc39f791abc", "id": "Start__$Bff$_Bff.clearSession", "isPublic": true, "moduleInstanceId": "Start_Bff", diff --git a/pages/Start/queries/Bff-guardPage/metadata.json b/pages/Start/queries/Bff-guardPage/metadata.json index 67ff439..91d7e16 100644 --- a/pages/Start/queries/Bff-guardPage/metadata.json +++ b/pages/Start/queries/Bff-guardPage/metadata.json @@ -1,5 +1,5 @@ { - "gitSyncId": "6a677755d75112ecfb0628ff_8fd2aa30-616d-485c-aa59-1b3eeaefecde", + "gitSyncId": "6a61c812eeb7b478efb4d1fa_e4d54096-340c-4d56-b408-b919d9db7f25", "id": "Start__$Bff$_Bff.guardPage", "isPublic": true, "moduleInstanceId": "Start_Bff", diff --git a/pages/Start/queries/Bff-isEditor/metadata.json b/pages/Start/queries/Bff-isEditor/metadata.json deleted file mode 100644 index f11c002..0000000 --- a/pages/Start/queries/Bff-isEditor/metadata.json +++ /dev/null @@ -1,24 +0,0 @@ -{ - "gitSyncId": "6a677755d75112ecfb0628ff_730bd7cf-ad5a-4a45-be9e-7ff13e0ec809", - "id": "Start__$Bff$_Bff.isEditor", - "isPublic": true, - "moduleInstanceId": "Start_Bff", - "pluginId": "js-plugin", - "pluginType": "JS", - "rootModuleInstanceId": "Start_Bff", - "unpublishedAction": { - "collectionId": "Start__$Bff$_Bff", - "confirmBeforeExecute": false, - "contextType": "PAGE", - "datasource": { - "isAutoGenerated": false, - "name": "UNUSED_DATASOURCE", - "pluginId": "js-plugin" - }, - "fullyQualifiedName": "_$Bff$_Bff.isEditor", - "name": "isEditor", - "pageId": "Start", - "runBehaviour": "MANUAL", - "userSetOnLoad": false - } -} \ No newline at end of file diff --git a/pages/Start/queries/Bff-isLoggedIn/metadata.json b/pages/Start/queries/Bff-isLoggedIn/metadata.json index 8e0a8a7..1eea5b6 100644 --- a/pages/Start/queries/Bff-isLoggedIn/metadata.json +++ b/pages/Start/queries/Bff-isLoggedIn/metadata.json @@ -1,5 +1,5 @@ { - "gitSyncId": "6a677755d75112ecfb0628ff_e8a58294-b784-42ab-91ce-89c802af39a7", + "gitSyncId": "6a61c812eeb7b478efb4d1fa_94821de8-d19f-4258-ac8d-40f48657b495", "id": "Start__$Bff$_Bff.isLoggedIn", "isPublic": true, "moduleInstanceId": "Start_Bff", diff --git a/pages/Start/queries/Bff-login/metadata.json b/pages/Start/queries/Bff-login/metadata.json index 47f74a1..879b332 100644 --- a/pages/Start/queries/Bff-login/metadata.json +++ b/pages/Start/queries/Bff-login/metadata.json @@ -1,5 +1,5 @@ { - "gitSyncId": "6a677755d75112ecfb0628ff_cae82f35-9eec-455d-817c-8d46044e5d8f", + "gitSyncId": "6a61c812eeb7b478efb4d1fa_1fe55ba5-97d2-4094-9802-a418cb49f86b", "id": "Start__$Bff$_Bff.login", "isPublic": true, "moduleInstanceId": "Start_Bff", diff --git a/pages/Start/queries/Bff-logout/metadata.json b/pages/Start/queries/Bff-logout/metadata.json index bf6d4e5..dc89801 100644 --- a/pages/Start/queries/Bff-logout/metadata.json +++ b/pages/Start/queries/Bff-logout/metadata.json @@ -1,5 +1,5 @@ { - "gitSyncId": "6a677755d75112ecfb0628ff_03fc64f4-c222-4976-a1a8-193f2f28a147", + "gitSyncId": "6a61c812eeb7b478efb4d1fa_391721a9-f148-4989-8d7d-6c40036c3bbf", "id": "Start__$Bff$_Bff.logout", "isPublic": true, "moduleInstanceId": "Start_Bff",