Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
- Added `INSTANT_BOOK_BUSY_INTERVALS_SOURCE` to select between Graph and the slide's calendar feed as the source of busy
intervals for InstantBook.
- Changed polling interval for instant booking template.
Expand Down
2 changes: 1 addition & 1 deletion assets/shared/templates/brnd/brnd-idraetsanlaeg.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ function BrndIdraetsanlaeg({
rowIndex % 2 === 0 ? "row-even" : "row-odd"
}`}
>
{getTitle(entry.area)}
{getTitle(entry.facility)}
</ContentItem>
<ContentItem
className={`content-item content-item-activity ${
Expand Down
2 changes: 2 additions & 0 deletions docs/v2-changelogs/template.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ All notable changes to this project will be documented in this file.
- Added local slide example for BRND `idraetsanlaeg` layout.
- [#198](https://github.com/os2display/display-templates/pull/198)
- Added field for slide duration in BRND template.
- [#202](https://github.com/os2display/display-templates/pull/202)
- Fixed BRND `idraetsanlaeg` layout so the `Hvor` column now uses `facility` instead of `area`.

## [2.6.1] - 2026-03-06

Expand Down