From 6a2a10603c052dc9dea8f70fef5ba0113133327c Mon Sep 17 00:00:00 2001 From: Ettore Di Giacinto Date: Sat, 29 Jun 2024 23:31:50 +0200 Subject: [PATCH] fix(talk): identify the model by ID instead of name (#2685) This fixes a breakage in rendering the template. Now the models passed by to the renderer have the ID field rather then Name Signed-off-by: Ettore Di Giacinto --- core/http/views/talk.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/core/http/views/talk.html b/core/http/views/talk.html index 14e6b7a5..d0caedab 100644 --- a/core/http/views/talk.html +++ b/core/http/views/talk.html @@ -76,7 +76,7 @@ {{ range .ModelsConfig }} - + {{ end }} @@ -89,7 +89,7 @@ > {{ range .ModelsConfig }} - + {{ end }}