Skip to content

Commit

Permalink
Fix meeting disappearing on template meeting toggle (#4176)
Browse files Browse the repository at this point in the history
  • Loading branch information
bastianjoel authored Sep 25, 2024
1 parent b95b55a commit 953f551
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 953f551

Please sign in to comment.