fix: wish disappearing for wishlist owner when its fulfilled
This commit is contained in:
parent
df1ffe799e
commit
b24b38fc5d
2 changed files with 7 additions and 1 deletions
|
@ -167,7 +167,7 @@ $(function () {
|
||||||
'method' : 'PUT',
|
'method' : 'PUT',
|
||||||
'body' : new URLSearchParams({
|
'body' : new URLSearchParams({
|
||||||
'wish_id' : wish.id,
|
'wish_id' : wish.id,
|
||||||
'wish_status' : wishthis.wish.status.fulfilled,
|
'wish_status' : wishthis.wish.status.unavailable,
|
||||||
}),
|
}),
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -128,6 +128,12 @@ $page->navigation();
|
||||||
?>
|
?>
|
||||||
<a href="https://github.com/grandeljay/wishthis/issues/74" target="_blank">#74</a>
|
<a href="https://github.com/grandeljay/wishthis/issues/74" target="_blank">#74</a>
|
||||||
</li>
|
</li>
|
||||||
|
<li>
|
||||||
|
<?php
|
||||||
|
/** TRANSLATORS: Changelog: Fixed */
|
||||||
|
echo __('Fulfilled wishes disappearing for wishlist owners');
|
||||||
|
?>
|
||||||
|
</li>
|
||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue