0 1 #1

Merged
fromme merged 6 commits from 0_1 into master 2026-08-18 16:08:27 +02:00
5 changed files with 12 additions and 12 deletions
Showing only changes of commit 7d4fcf287b - Show all commits
+3 -3
View File
@@ -7,11 +7,11 @@
"unpublishedModuleInstance": { "unpublishedModuleInstance": {
"contextType": "PAGE", "contextType": "PAGE",
"inputs": { "inputs": {
"checkReturningFromLogin": "[]", "checkReturningFromLogin": "[\"Start\"]",
"clearSession": "[]", "clearSession": "[]",
"guardPage": "[]", "guardPage": "[\"Login\"]",
"isLoggedIn": "[]", "isLoggedIn": "[]",
"login": "[]", "login": "[\"app-hub\"]",
"logout": "[]" "logout": "[]"
}, },
"moduleInputs": { "moduleInputs": {
@@ -18,7 +18,7 @@
"fullyQualifiedName": "_$Bff$_Bff.checkReturningFromLogin", "fullyQualifiedName": "_$Bff$_Bff.checkReturningFromLogin",
"name": "checkReturningFromLogin", "name": "checkReturningFromLogin",
"pageId": "Login", "pageId": "Login",
"runBehaviour": "MANUAL", "runBehaviour": "ON_PAGE_LOAD",
"userSetOnLoad": false "userSetOnLoad": true
} }
} }
+2 -2
View File
@@ -18,7 +18,7 @@
"fullyQualifiedName": "_$Bff$_Bff.login", "fullyQualifiedName": "_$Bff$_Bff.login",
"name": "login", "name": "login",
"pageId": "Login", "pageId": "Login",
"runBehaviour": "MANUAL", "runBehaviour": "ON_PAGE_LOAD",
"userSetOnLoad": false "userSetOnLoad": true
} }
} }
+3 -3
View File
@@ -7,11 +7,11 @@
"unpublishedModuleInstance": { "unpublishedModuleInstance": {
"contextType": "PAGE", "contextType": "PAGE",
"inputs": { "inputs": {
"checkReturningFromLogin": "[]", "checkReturningFromLogin": "[\"Start\"]",
"clearSession": "[]", "clearSession": "[]",
"guardPage": "[]", "guardPage": "[\"Login\"]",
"isLoggedIn": "[]", "isLoggedIn": "[]",
"login": "[]", "login": "[\"app-hub\"]",
"logout": "[]" "logout": "[]"
}, },
"moduleInputs": { "moduleInputs": {
@@ -18,7 +18,7 @@
"fullyQualifiedName": "_$Bff$_Bff.guardPage", "fullyQualifiedName": "_$Bff$_Bff.guardPage",
"name": "guardPage", "name": "guardPage",
"pageId": "Start", "pageId": "Start",
"runBehaviour": "MANUAL", "runBehaviour": "ON_PAGE_LOAD",
"userSetOnLoad": false "userSetOnLoad": true
} }
} }