From 53a3784bc41587ce042a5dcebbfb01b1a787507a Mon Sep 17 00:00:00 2001 From: Bastian Rihm Date: Wed, 25 Sep 2024 09:14:19 +0200 Subject: [PATCH] Fix meeting disappearing on template meeting toggle --- .../src/app/infrastructure/definitions/relations/relations.ts | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/client/src/app/infrastructure/definitions/relations/relations.ts b/client/src/app/infrastructure/definitions/relations/relations.ts index 60e706a88e..7f483e034c 100644 --- a/client/src/app/infrastructure/definitions/relations/relations.ts +++ b/client/src/app/infrastructure/definitions/relations/relations.ts @@ -150,8 +150,7 @@ export const RELATIONS: Relation[] = [ OViewModel: ViewOrganization, MViewModel: ViewMeeting, OField: `template_meetings`, - MField: `template_for_organization`, - isExclusiveList: true + MField: `template_for_organization` }), ...makeM2O({ OViewModel: ViewOrganization,