diff --git a/client/api/events.ts b/client/api/events.ts index 703a6cc3b..178c58ddb 100644 --- a/client/api/events.ts +++ b/client/api/events.ts @@ -146,6 +146,7 @@ function create(updates: Partial): Promise> { ednote: coverage.planning.ednote, internal_note: coverage.planning.internal_note, headline: coverage.planning.headline, + coverage_provider: coverage.assigned_to.coverage_provider })), })), update_method: updates.update_method?.value ?? updates.update_method @@ -193,6 +194,7 @@ function update(original: IEventItem, updates: Partial): Promise