feat: govern attachment exceptions and ownership transfers

This commit is contained in:
2026-07-30 17:42:10 +02:00
parent cd223cbb95
commit 5f7503598c
28 changed files with 2229 additions and 180 deletions
@@ -29,7 +29,7 @@ export function ensureCampaignDraft(version: CampaignVersionDetail | null): Reco
send_without_attachments: true,
send_without_attachments_behavior: "continue",
global: [],
missing_behavior: "ask",
missing_behavior: "warn",
ambiguous_behavior: "ask",
...sourceAttachments
};