diff --git a/CHANGELOG.md b/CHANGELOG.md index 02e22fdb..b3d98851 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -35,6 +35,7 @@ All notable changes to this project will be documented in this file. - Optimized list loading. - Removed fixture length check from test. - Added vitest for frontend unit tests. +- Add BRND template to fixtures. ### NB! Prior to 3.x the project was split into separate repositories diff --git a/fixtures/template.yaml b/fixtures/template.yaml index edc17fb8..1f9e3f03 100644 --- a/fixtures/template.yaml +++ b/fixtures/template.yaml @@ -6,6 +6,12 @@ App\Entity\Template: createdAt (unique): '' modifiedAt: '' + template_brnd: + id: '' + title: "BRND" + createdAt (unique): '' + modifiedAt: '' + template_calendar: id: '' title: "Kalender"