From f3344b2859904239061ffd2c583b80cf51b856d2 Mon Sep 17 00:00:00 2001 From: Samir Boulahtit Date: Mon, 23 Mar 2026 16:21:39 +0100 Subject: [PATCH] fix(loyalty): open View Merchant link in new tab to preserve loyalty context The "View Merchant" quick action on the loyalty merchant detail hub links to the tenancy merchant page, which has its own back button going to /admin/merchants. Opening in a new tab prevents losing the loyalty context. Added external link icon as visual indicator. Co-Authored-By: Claude Opus 4.6 (1M context) --- .../loyalty/templates/loyalty/admin/merchant-detail.html | 2 ++ 1 file changed, 2 insertions(+) diff --git a/app/modules/loyalty/templates/loyalty/admin/merchant-detail.html b/app/modules/loyalty/templates/loyalty/admin/merchant-detail.html index a1cbafab..2eb6fc30 100644 --- a/app/modules/loyalty/templates/loyalty/admin/merchant-detail.html +++ b/app/modules/loyalty/templates/loyalty/admin/merchant-detail.html @@ -42,9 +42,11 @@ {{ _('loyalty.admin.merchant_detail.view_merchant') }} +