From 1decb4572c9928806725841a2270706565308efd Mon Sep 17 00:00:00 2001 From: Samir Boulahtit Date: Mon, 30 Mar 2026 21:16:52 +0200 Subject: [PATCH] fix(tenancy): show role dropdown for pending store memberships too The role dropdown was hidden for pending stores (x-show="!store.is_pending"). Pending members already have an assigned role that should be changeable before acceptance. Co-Authored-By: Claude Opus 4.6 (1M context) --- app/modules/tenancy/templates/tenancy/merchant/team.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/modules/tenancy/templates/tenancy/merchant/team.html b/app/modules/tenancy/templates/tenancy/merchant/team.html index ab2459bb..08da142e 100644 --- a/app/modules/tenancy/templates/tenancy/merchant/team.html +++ b/app/modules/tenancy/templates/tenancy/merchant/team.html @@ -308,8 +308,8 @@ x-text="store.is_pending ? '{{ _('common.pending') }}' : '{{ _('common.active') }}'"> - -
+ +