This is an automated email from the ASF dual-hosted git repository. danhaywood pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/isis.git
commit fca0a5ad03c33f569275d46dc329e2a94ba59fc5 Author: Dan Haywood <[email protected]> AuthorDate: Mon Sep 26 14:16:25 2022 +0100 ISIS-2965: minor fix for UI --- .../sessionlog/applib/dom/SessionLogEntry.layout.fallback.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/extensions/security/sessionlog/applib/src/main/java/org/apache/isis/extensions/sessionlog/applib/dom/SessionLogEntry.layout.fallback.xml b/extensions/security/sessionlog/applib/src/main/java/org/apache/isis/extensions/sessionlog/applib/dom/SessionLogEntry.layout.fallback.xml index 823f013980..bb211a7745 100644 --- a/extensions/security/sessionlog/applib/src/main/java/org/apache/isis/extensions/sessionlog/applib/dom/SessionLogEntry.layout.fallback.xml +++ b/extensions/security/sessionlog/applib/src/main/java/org/apache/isis/extensions/sessionlog/applib/dom/SessionLogEntry.layout.fallback.xml @@ -38,7 +38,7 @@ <cpt:fieldSet name="Identity" id="identity"> <cpt:action id="previous"/> <cpt:action id="next"/> - <cpt:property id="httpSessionGuid"/> + <cpt:property id="httpSessionId"/> </cpt:fieldSet> <cpt:fieldSet name="" id="who-and-when"> <cpt:property id="username"/>
