fix: wish disappearing for wishlist owner when its fulfilled

This commit is contained in:
grandeljay 2023-04-24 13:58:18 +02:00
parent df1ffe799e
commit b24b38fc5d
2 changed files with 7 additions and 1 deletions

View file

@ -167,7 +167,7 @@ $(function () {
'method' : 'PUT',
'body' : new URLSearchParams({
'wish_id' : wish.id,
'wish_status' : wishthis.wish.status.fulfilled,
'wish_status' : wishthis.wish.status.unavailable,
}),
}

View file

@ -128,6 +128,12 @@ $page->navigation();
?>
<a href="https://github.com/grandeljay/wishthis/issues/74" target="_blank">#74</a>
</li>
<li>
<?php
/** TRANSLATORS: Changelog: Fixed */
echo __('Fulfilled wishes disappearing for wishlist owners');
?>
</li>
</ul>
</div>