From ed8e7140d4642c45c5977dff73a29766b66881e0 Mon Sep 17 00:00:00 2001 From: Florian Bernard Date: Tue, 18 Aug 2026 14:35:16 +0000 Subject: [PATCH] 123 --- pages/Login/jsobjects/Bff1/metadata.json | 14 ---- pages/Login/module instances/Bff1.json | 64 ------------------- .../metadata.json | 24 ------- .../queries/Bff1-clearSession/metadata.json | 24 ------- .../queries/Bff1-guardPage/metadata.json | 24 ------- .../queries/Bff1-isLoggedIn/metadata.json | 24 ------- pages/Login/queries/Bff1-login/metadata.json | 24 ------- pages/Login/queries/Bff1-logout/metadata.json | 24 ------- pages/Start/module instances/Bff.json | 60 ++++++++--------- .../Bff-checkReturningFromLogin/metadata.json | 2 +- .../queries/Bff-clearSession/metadata.json | 2 +- .../Start/queries/Bff-guardPage/metadata.json | 6 +- .../queries/Bff-isLoggedIn/metadata.json | 2 +- pages/Start/queries/Bff-login/metadata.json | 2 +- pages/Start/queries/Bff-logout/metadata.json | 2 +- 15 files changed, 38 insertions(+), 260 deletions(-) delete mode 100644 pages/Login/jsobjects/Bff1/metadata.json delete mode 100644 pages/Login/module instances/Bff1.json delete mode 100644 pages/Login/queries/Bff1-checkReturningFromLogin/metadata.json delete mode 100644 pages/Login/queries/Bff1-clearSession/metadata.json delete mode 100644 pages/Login/queries/Bff1-guardPage/metadata.json delete mode 100644 pages/Login/queries/Bff1-isLoggedIn/metadata.json delete mode 100644 pages/Login/queries/Bff1-login/metadata.json delete mode 100644 pages/Login/queries/Bff1-logout/metadata.json diff --git a/pages/Login/jsobjects/Bff1/metadata.json b/pages/Login/jsobjects/Bff1/metadata.json deleted file mode 100644 index d3ecc8b..0000000 --- a/pages/Login/jsobjects/Bff1/metadata.json +++ /dev/null @@ -1,14 +0,0 @@ -{ - "gitSyncId": "6a61c812eeb7b478efb4d1fa_bc63ca5f-5cdc-4807-bced-9bf59fde5f4a", - "id": "Login__$Bff1$_Bff", - "isPublic": true, - "moduleInstanceId": "Login_Bff1", - "rootModuleInstanceId": "Login_Bff1", - "unpublishedCollection": { - "contextType": "PAGE", - "name": "_$Bff1$_Bff", - "pageId": "Login", - "pluginId": "js-plugin", - "pluginType": "JS" - } -} \ No newline at end of file diff --git a/pages/Login/module instances/Bff1.json b/pages/Login/module instances/Bff1.json deleted file mode 100644 index 8f62c80..0000000 --- a/pages/Login/module instances/Bff1.json +++ /dev/null @@ -1,64 +0,0 @@ -{ - "gitSyncId": "6a61c812eeb7b478efb4d1fa_b0e19b79-1aea-426f-9938-c385d6d0a190", - "id": "Login_Bff1", - "moduleUUID": "b0d6dbe1-9ee5-486f-9f93-4baa17986ccf", - "packageUUID": "35174735-e12c-426f-9f2f-fe12a068c3ba", - "type": "JS_MODULE", - "unpublishedModuleInstance": { - "contextType": "PAGE", - "inputs": { - "checkReturningFromLogin": "[\"Start\"]", - "clearSession": "[]", - "guardPage": "[\"\"]", - "isLoggedIn": "[]", - "login": "[\"app-hub\"]", - "logout": "[]" - }, - "moduleInputs": { - "dhbbcohkre": { - "controlType": "INPUT_TEXT", - "defaultValue": "[]", - "id": "dhbbcohkre", - "label": "guardPage", - "propertyName": "inputs.guardPage" - }, - "dolsyjuhmq": { - "controlType": "INPUT_TEXT", - "defaultValue": "[]", - "id": "dolsyjuhmq", - "label": "isLoggedIn", - "propertyName": "inputs.isLoggedIn" - }, - "oynttrzvbe": { - "controlType": "INPUT_TEXT", - "defaultValue": "[]", - "id": "oynttrzvbe", - "label": "clearSession", - "propertyName": "inputs.clearSession" - }, - "qmxcpunawv": { - "controlType": "INPUT_TEXT", - "defaultValue": "[]", - "id": "qmxcpunawv", - "label": "checkReturningFromLogin", - "propertyName": "inputs.checkReturningFromLogin" - }, - "uajpzumlnk": { - "controlType": "INPUT_TEXT", - "defaultValue": "[]", - "id": "uajpzumlnk", - "label": "logout", - "propertyName": "inputs.logout" - }, - "zgahcntidu": { - "controlType": "INPUT_TEXT", - "defaultValue": "[]", - "id": "zgahcntidu", - "label": "login", - "propertyName": "inputs.login" - } - }, - "name": "Bff1", - "pageId": "Login" - } -} \ No newline at end of file diff --git a/pages/Login/queries/Bff1-checkReturningFromLogin/metadata.json b/pages/Login/queries/Bff1-checkReturningFromLogin/metadata.json deleted file mode 100644 index 2aeb359..0000000 --- a/pages/Login/queries/Bff1-checkReturningFromLogin/metadata.json +++ /dev/null @@ -1,24 +0,0 @@ -{ - "gitSyncId": "6a61c812eeb7b478efb4d1fa_19ebbe0c-204b-4b4c-a904-5c4555ff68a0", - "id": "Login__$Bff1$_Bff.checkReturningFromLogin", - "isPublic": true, - "moduleInstanceId": "Login_Bff1", - "pluginId": "js-plugin", - "pluginType": "JS", - "rootModuleInstanceId": "Login_Bff1", - "unpublishedAction": { - "collectionId": "Login__$Bff1$_Bff", - "confirmBeforeExecute": false, - "contextType": "PAGE", - "datasource": { - "isAutoGenerated": false, - "name": "UNUSED_DATASOURCE", - "pluginId": "js-plugin" - }, - "fullyQualifiedName": "_$Bff1$_Bff.checkReturningFromLogin", - "name": "checkReturningFromLogin", - "pageId": "Login", - "runBehaviour": "ON_PAGE_LOAD", - "userSetOnLoad": true - } -} \ No newline at end of file diff --git a/pages/Login/queries/Bff1-clearSession/metadata.json b/pages/Login/queries/Bff1-clearSession/metadata.json deleted file mode 100644 index c9704ef..0000000 --- a/pages/Login/queries/Bff1-clearSession/metadata.json +++ /dev/null @@ -1,24 +0,0 @@ -{ - "gitSyncId": "6a61c812eeb7b478efb4d1fa_f6b88a19-747a-48a2-bcbe-ac97411693fd", - "id": "Login__$Bff1$_Bff.clearSession", - "isPublic": true, - "moduleInstanceId": "Login_Bff1", - "pluginId": "js-plugin", - "pluginType": "JS", - "rootModuleInstanceId": "Login_Bff1", - "unpublishedAction": { - "collectionId": "Login__$Bff1$_Bff", - "confirmBeforeExecute": false, - "contextType": "PAGE", - "datasource": { - "isAutoGenerated": false, - "name": "UNUSED_DATASOURCE", - "pluginId": "js-plugin" - }, - "fullyQualifiedName": "_$Bff1$_Bff.clearSession", - "name": "clearSession", - "pageId": "Login", - "runBehaviour": "MANUAL", - "userSetOnLoad": false - } -} \ No newline at end of file diff --git a/pages/Login/queries/Bff1-guardPage/metadata.json b/pages/Login/queries/Bff1-guardPage/metadata.json deleted file mode 100644 index bd843bc..0000000 --- a/pages/Login/queries/Bff1-guardPage/metadata.json +++ /dev/null @@ -1,24 +0,0 @@ -{ - "gitSyncId": "6a61c812eeb7b478efb4d1fa_9b5c9b08-bd20-44b2-9cb2-63a69afdd320", - "id": "Login__$Bff1$_Bff.guardPage", - "isPublic": true, - "moduleInstanceId": "Login_Bff1", - "pluginId": "js-plugin", - "pluginType": "JS", - "rootModuleInstanceId": "Login_Bff1", - "unpublishedAction": { - "collectionId": "Login__$Bff1$_Bff", - "confirmBeforeExecute": false, - "contextType": "PAGE", - "datasource": { - "isAutoGenerated": false, - "name": "UNUSED_DATASOURCE", - "pluginId": "js-plugin" - }, - "fullyQualifiedName": "_$Bff1$_Bff.guardPage", - "name": "guardPage", - "pageId": "Login", - "runBehaviour": "MANUAL", - "userSetOnLoad": false - } -} \ No newline at end of file diff --git a/pages/Login/queries/Bff1-isLoggedIn/metadata.json b/pages/Login/queries/Bff1-isLoggedIn/metadata.json deleted file mode 100644 index 763ebbc..0000000 --- a/pages/Login/queries/Bff1-isLoggedIn/metadata.json +++ /dev/null @@ -1,24 +0,0 @@ -{ - "gitSyncId": "6a61c812eeb7b478efb4d1fa_6b04cc2e-1803-4665-b7f1-6fee298d7823", - "id": "Login__$Bff1$_Bff.isLoggedIn", - "isPublic": true, - "moduleInstanceId": "Login_Bff1", - "pluginId": "js-plugin", - "pluginType": "JS", - "rootModuleInstanceId": "Login_Bff1", - "unpublishedAction": { - "collectionId": "Login__$Bff1$_Bff", - "confirmBeforeExecute": false, - "contextType": "PAGE", - "datasource": { - "isAutoGenerated": false, - "name": "UNUSED_DATASOURCE", - "pluginId": "js-plugin" - }, - "fullyQualifiedName": "_$Bff1$_Bff.isLoggedIn", - "name": "isLoggedIn", - "pageId": "Login", - "runBehaviour": "MANUAL", - "userSetOnLoad": false - } -} \ No newline at end of file diff --git a/pages/Login/queries/Bff1-login/metadata.json b/pages/Login/queries/Bff1-login/metadata.json deleted file mode 100644 index 1926370..0000000 --- a/pages/Login/queries/Bff1-login/metadata.json +++ /dev/null @@ -1,24 +0,0 @@ -{ - "gitSyncId": "6a61c812eeb7b478efb4d1fa_3ba399ee-42fd-45da-ad56-313a0b51c4dc", - "id": "Login__$Bff1$_Bff.login", - "isPublic": true, - "moduleInstanceId": "Login_Bff1", - "pluginId": "js-plugin", - "pluginType": "JS", - "rootModuleInstanceId": "Login_Bff1", - "unpublishedAction": { - "collectionId": "Login__$Bff1$_Bff", - "confirmBeforeExecute": false, - "contextType": "PAGE", - "datasource": { - "isAutoGenerated": false, - "name": "UNUSED_DATASOURCE", - "pluginId": "js-plugin" - }, - "fullyQualifiedName": "_$Bff1$_Bff.login", - "name": "login", - "pageId": "Login", - "runBehaviour": "ON_PAGE_LOAD", - "userSetOnLoad": true - } -} \ No newline at end of file diff --git a/pages/Login/queries/Bff1-logout/metadata.json b/pages/Login/queries/Bff1-logout/metadata.json deleted file mode 100644 index 1aebd01..0000000 --- a/pages/Login/queries/Bff1-logout/metadata.json +++ /dev/null @@ -1,24 +0,0 @@ -{ - "gitSyncId": "6a61c812eeb7b478efb4d1fa_9c3811c7-cf76-4c4e-b0b2-b2f73c1e6f17", - "id": "Login__$Bff1$_Bff.logout", - "isPublic": true, - "moduleInstanceId": "Login_Bff1", - "pluginId": "js-plugin", - "pluginType": "JS", - "rootModuleInstanceId": "Login_Bff1", - "unpublishedAction": { - "collectionId": "Login__$Bff1$_Bff", - "confirmBeforeExecute": false, - "contextType": "PAGE", - "datasource": { - "isAutoGenerated": false, - "name": "UNUSED_DATASOURCE", - "pluginId": "js-plugin" - }, - "fullyQualifiedName": "_$Bff1$_Bff.logout", - "name": "logout", - "pageId": "Login", - "runBehaviour": "MANUAL", - "userSetOnLoad": false - } -} \ No newline at end of file diff --git a/pages/Start/module instances/Bff.json b/pages/Start/module instances/Bff.json index 5fe9bec..ea1d442 100644 --- a/pages/Start/module instances/Bff.json +++ b/pages/Start/module instances/Bff.json @@ -7,55 +7,55 @@ "unpublishedModuleInstance": { "contextType": "PAGE", "inputs": { - "checkReturningFromLogin": "[\"\"]", + "checkReturningFromLogin": "[]", "clearSession": "[]", - "guardPage": "[\"Login\"]", + "guardPage": "[]", "isLoggedIn": "[]", - "login": "[\"\"]", + "login": "[]", "logout": "[]" }, "moduleInputs": { - "dhbbcohkre": { + "fkpwwxqbyo": { "controlType": "INPUT_TEXT", "defaultValue": "[]", - "id": "dhbbcohkre", - "label": "guardPage", - "propertyName": "inputs.guardPage" - }, - "dolsyjuhmq": { - "controlType": "INPUT_TEXT", - "defaultValue": "[]", - "id": "dolsyjuhmq", - "label": "isLoggedIn", - "propertyName": "inputs.isLoggedIn" - }, - "oynttrzvbe": { - "controlType": "INPUT_TEXT", - "defaultValue": "[]", - "id": "oynttrzvbe", + "id": "fkpwwxqbyo", "label": "clearSession", "propertyName": "inputs.clearSession" }, - "qmxcpunawv": { + "igfxnkxgzx": { "controlType": "INPUT_TEXT", "defaultValue": "[]", - "id": "qmxcpunawv", + "id": "igfxnkxgzx", + "label": "isLoggedIn", + "propertyName": "inputs.isLoggedIn" + }, + "narkupnajw": { + "controlType": "INPUT_TEXT", + "defaultValue": "[]", + "id": "narkupnajw", + "label": "guardPage", + "propertyName": "inputs.guardPage" + }, + "qqzhfbnjmf": { + "controlType": "INPUT_TEXT", + "defaultValue": "[]", + "id": "qqzhfbnjmf", "label": "checkReturningFromLogin", "propertyName": "inputs.checkReturningFromLogin" }, - "uajpzumlnk": { + "tlfzzixvrw": { "controlType": "INPUT_TEXT", "defaultValue": "[]", - "id": "uajpzumlnk", - "label": "logout", - "propertyName": "inputs.logout" - }, - "zgahcntidu": { - "controlType": "INPUT_TEXT", - "defaultValue": "[]", - "id": "zgahcntidu", + "id": "tlfzzixvrw", "label": "login", "propertyName": "inputs.login" + }, + "yjtnrwqqzm": { + "controlType": "INPUT_TEXT", + "defaultValue": "[]", + "id": "yjtnrwqqzm", + "label": "logout", + "propertyName": "inputs.logout" } }, "name": "Bff", diff --git a/pages/Start/queries/Bff-checkReturningFromLogin/metadata.json b/pages/Start/queries/Bff-checkReturningFromLogin/metadata.json index 5e894df..a2a55d9 100644 --- a/pages/Start/queries/Bff-checkReturningFromLogin/metadata.json +++ b/pages/Start/queries/Bff-checkReturningFromLogin/metadata.json @@ -1,5 +1,5 @@ { - "gitSyncId": "6a61c812eeb7b478efb4d1fa_bb368d99-b301-45cf-bef4-681f132d2274", + "gitSyncId": "6a61c812eeb7b478efb4d1fa_fdb16629-61b8-40c3-a60b-b0079dcb810f", "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 ea7d4f3..aafafd3 100644 --- a/pages/Start/queries/Bff-clearSession/metadata.json +++ b/pages/Start/queries/Bff-clearSession/metadata.json @@ -1,5 +1,5 @@ { - "gitSyncId": "6a61c812eeb7b478efb4d1fa_86f2b39c-212a-40f5-be54-cd7e42c1e0c6", + "gitSyncId": "6a61c812eeb7b478efb4d1fa_b4aeb995-cb69-478d-a0da-eb8c774829a2", "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 7aa3a6d..535646b 100644 --- a/pages/Start/queries/Bff-guardPage/metadata.json +++ b/pages/Start/queries/Bff-guardPage/metadata.json @@ -1,5 +1,5 @@ { - "gitSyncId": "6a61c812eeb7b478efb4d1fa_a87f6b5b-ea86-4116-80d4-381d54bb395a", + "gitSyncId": "6a61c812eeb7b478efb4d1fa_e3160393-9d69-4fd6-9ca2-b213f95b5bcc", "id": "Start__$Bff$_Bff.guardPage", "isPublic": true, "moduleInstanceId": "Start_Bff", @@ -18,7 +18,7 @@ "fullyQualifiedName": "_$Bff$_Bff.guardPage", "name": "guardPage", "pageId": "Start", - "runBehaviour": "ON_PAGE_LOAD", - "userSetOnLoad": true + "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 46f2a7b..99e352b 100644 --- a/pages/Start/queries/Bff-isLoggedIn/metadata.json +++ b/pages/Start/queries/Bff-isLoggedIn/metadata.json @@ -1,5 +1,5 @@ { - "gitSyncId": "6a61c812eeb7b478efb4d1fa_7de98d03-545d-44e3-b825-196dcd1f9ac7", + "gitSyncId": "6a61c812eeb7b478efb4d1fa_9be0f7e7-19b6-4057-90ea-65e28bf0fcf4", "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 21f7b69..b1d4510 100644 --- a/pages/Start/queries/Bff-login/metadata.json +++ b/pages/Start/queries/Bff-login/metadata.json @@ -1,5 +1,5 @@ { - "gitSyncId": "6a61c812eeb7b478efb4d1fa_ba241381-a64d-4ce8-8f4c-378d9c6cdc7a", + "gitSyncId": "6a61c812eeb7b478efb4d1fa_4e2f3a07-891f-477a-9478-fe8cc8ad5c85", "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 558fb3f..e44ef33 100644 --- a/pages/Start/queries/Bff-logout/metadata.json +++ b/pages/Start/queries/Bff-logout/metadata.json @@ -1,5 +1,5 @@ { - "gitSyncId": "6a61c812eeb7b478efb4d1fa_705964cd-a673-4d25-a041-1d90a4870a70", + "gitSyncId": "6a61c812eeb7b478efb4d1fa_e03c085d-422e-4884-b6bf-1532a7f06e4d", "id": "Start__$Bff$_Bff.logout", "isPublic": true, "moduleInstanceId": "Start_Bff",