From 1a25de254f78f08df807b5dd87af0027aeecb7f1 Mon Sep 17 00:00:00 2001 From: Henry Date: Tue, 23 Dec 2025 18:55:47 +0100 Subject: [PATCH 1/2] fix: fixed Picture Path for GlobalEntitys --- CouchLog/Components/Pages/GlobalList.razor | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CouchLog/Components/Pages/GlobalList.razor b/CouchLog/Components/Pages/GlobalList.razor index 083145c..ca9aafe 100644 --- a/CouchLog/Components/Pages/GlobalList.razor +++ b/CouchLog/Components/Pages/GlobalList.razor @@ -99,7 +99,7 @@
- +
From d0d9fcc30422a9823d4b022305b01f135ac657a6 Mon Sep 17 00:00:00 2001 From: Henry Date: Tue, 23 Dec 2025 18:58:15 +0100 Subject: [PATCH 2/2] fix: fixed Path for PrivateEntities --- CouchLog/Components/Pages/PrivateList.razor | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CouchLog/Components/Pages/PrivateList.razor b/CouchLog/Components/Pages/PrivateList.razor index f18087e..c6fa71d 100644 --- a/CouchLog/Components/Pages/PrivateList.razor +++ b/CouchLog/Components/Pages/PrivateList.razor @@ -37,7 +37,7 @@
@if (!string.IsNullOrEmpty(Entity.GlobalEntity?.PicturePath)) { - @Entity.GlobalEntity.Title }