From 5f569ae2e0a90189ada9b2fec17ca843c655bc98 Mon Sep 17 00:00:00 2001 From: Claude Date: Thu, 30 Apr 2026 18:38:59 +0300 Subject: [PATCH] =?UTF-8?q?tower-ui=200.61.25=20=E2=80=94=20bell=20+=20act?= =?UTF-8?q?ivity=20follow=20the=20tenant=20filter?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Backend SSE handler already accepts ?tenantId= as an additive filter on top of canSeeOp (Phase G stays load-bearing); frontend now passes the global tenant filter chip's value through both NotificationBell and ActivityTab. Watcher clears + restarts the stream when the super-admin switches tenant context. Dismissed Set is user-level and survives the switch. --- values.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/values.yaml b/values.yaml index bba4940..142f7dd 100644 --- a/values.yaml +++ b/values.yaml @@ -29,7 +29,7 @@ frontend: enabled: true image: repository: registry.odoosky.cloud/odoosky/docker-mirror/tower-ui - tag: "0.61.24" + tag: "0.61.25" pullPolicy: IfNotPresent imagePullSecrets: - name: docker-mirror-pull