From 9b2aa8f89f602b690a28404a2c66cd08d31376f5 Mon Sep 17 00:00:00 2001 From: Troels Ugilt Jensen <6103205+tuj@users.noreply.github.com> Date: Fri, 8 May 2026 14:11:47 +0200 Subject: [PATCH 1/2] 7303: Added fixes to 2.7.0 to release/3.0.0 --- assets/shared/templates/brnd/brnd-idraetsanlaeg.jsx | 2 +- docs/v2-changelogs/template.md | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/assets/shared/templates/brnd/brnd-idraetsanlaeg.jsx b/assets/shared/templates/brnd/brnd-idraetsanlaeg.jsx index b26edfe6..7cb2aede 100644 --- a/assets/shared/templates/brnd/brnd-idraetsanlaeg.jsx +++ b/assets/shared/templates/brnd/brnd-idraetsanlaeg.jsx @@ -112,7 +112,7 @@ function BrndIdraetsanlaeg({ rowIndex % 2 === 0 ? "row-even" : "row-odd" }`} > - {getTitle(entry.area)} + {getTitle(entry.facility)} Date: Thu, 21 May 2026 13:00:14 +0200 Subject: [PATCH 2/2] 7303: Updated changelog --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0f94509d..25202ac3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,7 @@ All notable changes to this project will be documented in this file. ## [Unreleased] +- Merged fixes from 2.7.0 into release/3.0.0. - Refactored InteractiveController to use a typed `InteractiveSlideActionInput` DTO; regenerated API spec and RTK types. - Fixed multiple InstantBook bugs: interval boundary overlap, busy-interval timezone, per-resource spam-protect throttling, duration validation, error responses (409/4xx), resource cache TTL, and assorted