From 4d8b40bfbda4cd4c4daaf5b703d2ddc07ff2537a Mon Sep 17 00:00:00 2001 From: "Romain DEP." Date: Fri, 18 Apr 2025 21:13:03 +0200 Subject: [PATCH] fix(calendar): make it once again possible to show more than one `diplayedAttributes` at a time. Fixes #1747 --- src/public/app/widgets/view_widgets/calendar_view.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/public/app/widgets/view_widgets/calendar_view.ts b/src/public/app/widgets/view_widgets/calendar_view.ts index 3ffc43d74..fdc693dc1 100644 --- a/src/public/app/widgets/view_widgets/calendar_view.ts +++ b/src/public/app/widgets/view_widgets/calendar_view.ts @@ -186,7 +186,7 @@ export default class CalendarView extends ViewMode { if (promotedAttributes) { let promotedAttributesHtml = ""; for (const [name, value] of promotedAttributes) { - promotedAttributesHtml = /*html*/`\ + promotedAttributesHtml = promotedAttributesHtml + /*html*/`\ `;