Drop the media translation delete button from the spec; scripting API remains the only delete path.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This commit is contained in:
Bauer, Georg
2026-07-22 15:15:47 +02:00
parent 2bf95bfcd0
commit 5968cf47ba
3 changed files with 6 additions and 15 deletions

View File

@@ -280,6 +280,8 @@ rule UpsertMediaTranslationSideEffects {
rule DeleteMediaTranslationSideEffects {
when: MediaTranslationDeleted(media, language)
-- No UI affordance; reached only via the scripting API
-- (script.allium bds.media.delete_translation)
ensures: TranslatedSidecarDeleted(media, language)
}