]> git.immae.eu Git - github/shaarli/Shaarli.git/commit
Fix: bulk add - delete existing link 1693/head
authorArthurHoaro <arthur@hoa.ro>
Tue, 19 Jan 2021 11:44:48 +0000 (12:44 +0100)
committerArthurHoaro <arthur@hoa.ro>
Tue, 19 Jan 2021 11:54:34 +0000 (12:54 +0100)
commit93175b6e9d5cfa4d4319bd58b9de01824d596288
treea09a4d05273d5d615508cc469b8155f6fcebd4b7
parentffa39719a17982e6a6cac9bc3f758aa12fa69973
Fix: bulk add - delete existing link

Do not send redirect response in bookmark delete controller if the request comes from bulk creation page.

Fixes #1683
application/front/controller/admin/ShaareManageController.php
assets/common/js/shaare-batch.js
tests/front/controller/admin/ShaareManageControllerTest/DeleteBookmarkTest.php