Skip to content

Commit 044da6e

Browse files
authored
Merge pull request #448 from os2display/feature/brnd-2.7-fix1
chore: Added fix to 2.7.0 to release/3.0.0
2 parents a0b3c89 + 75b05b4 commit 044da6e

3 files changed

Lines changed: 4 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ All notable changes to this project will be documented in this file.
44

55
## [Unreleased]
66

7+
- Merged fixes from 2.7.0 into release/3.0.0.
78
- Added `INSTANT_BOOK_BUSY_INTERVALS_SOURCE` to select between Graph and the slide's calendar feed as the source of busy
89
intervals for InstantBook.
910
- Changed polling interval for instant booking template.

assets/shared/templates/brnd/brnd-idraetsanlaeg.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ function BrndIdraetsanlaeg({
112112
rowIndex % 2 === 0 ? "row-even" : "row-odd"
113113
}`}
114114
>
115-
{getTitle(entry.area)}
115+
{getTitle(entry.facility)}
116116
</ContentItem>
117117
<ContentItem
118118
className={`content-item content-item-activity ${

docs/v2-changelogs/template.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@ All notable changes to this project will be documented in this file.
1212
- Added local slide example for BRND `idraetsanlaeg` layout.
1313
- [#198](https://github.com/os2display/display-templates/pull/198)
1414
- Added field for slide duration in BRND template.
15+
- [#202](https://github.com/os2display/display-templates/pull/202)
16+
- Fixed BRND `idraetsanlaeg` layout so the `Hvor` column now uses `facility` instead of `area`.
1517

1618
## [2.6.1] - 2026-03-06
1719

0 commit comments

Comments
 (0)