From 5de297a8049cd03d9c9cdedd617a5f500a135e57 Mon Sep 17 00:00:00 2001 From: Samir Boulahtit Date: Mon, 23 Mar 2026 21:07:21 +0100 Subject: [PATCH] fix(loyalty): fix edit/delete button handlers in pins list Template called openEditPin() and confirmDeletePin() but JS methods are openEditModal() and openDeleteModal(). Buttons were silently failing on click. Co-Authored-By: Claude Opus 4.6 (1M context) --- app/modules/loyalty/templates/loyalty/shared/pins-list.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/modules/loyalty/templates/loyalty/shared/pins-list.html b/app/modules/loyalty/templates/loyalty/shared/pins-list.html index 8bde479a..b2976da9 100644 --- a/app/modules/loyalty/templates/loyalty/shared/pins-list.html +++ b/app/modules/loyalty/templates/loyalty/shared/pins-list.html @@ -102,11 +102,11 @@ {% if show_crud %}
- -