Fix not able to mark wish as fulfilled

This commit is contained in:
grandeljay 2022-11-25 12:24:58 +01:00
parent fc88075bfc
commit 8afd41adc4

View file

@ -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) {