chore: cleaned up trigger problems in allium specs

This commit is contained in:
Bauer, Georg
2026-07-22 14:33:42 +02:00
parent 2fc683d513
commit 1dd8194fa8
5 changed files with 66 additions and 32 deletions

View File

@@ -60,7 +60,8 @@ rule ClientUnsubscription {
}
rule ServerSideUiLanguage {
when: GlobalSettingWritten(key: "ui.language")
when: GlobalSettingWritten(key)
requires: key = "ui.language"
-- The UI language is a single server-side setting: changing it in any
-- client persists it and re-renders every connected client. The OS
-- locale is only the fallback when the setting is unset.