From 8afd41adc474542c95b9f3d264ac1cda32fff722 Mon Sep 17 00:00:00 2001 From: grandeljay Date: Fri, 25 Nov 2022 12:24:58 +0100 Subject: [PATCH] Fix not able to mark wish as fulfilled --- src/assets/js/parts/wishlists.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/assets/js/parts/wishlists.js b/src/assets/js/parts/wishlists.js index dee7d331..92a6427a 100644 --- a/src/assets/js/parts/wishlists.js +++ b/src/assets/js/parts/wishlists.js @@ -400,7 +400,7 @@ $(function () { method : 'PUT', data : { 'wish_id' : card.attr('data-id'), - 'wish_status' : wishthis.strings.modal.wish.status.fulfilled, + 'wish_status' : wishthis.wish.status.fulfilled, }, on : 'now', onSuccess : function(response, element, xhr) {