]> git.immae.eu Git - github/wallabag/wallabag.git/commit
TagController: ignore ActionMarkAsRead when removing tag from entry
authorKevin Decherf <kevin@kdecherf.com>
Sun, 21 May 2017 14:35:06 +0000 (16:35 +0200)
committerKevin Decherf <kevin@kdecherf.com>
Tue, 30 May 2017 22:36:46 +0000 (00:36 +0200)
commit5dbf3f2326c4054782304b9a41d773a1100acf48
tree5a13f5e02a2cb72a90d90f1074a2651c88057348
parent2150576d86709968faec3ed7b8cdc576c0200ae2
TagController: ignore ActionMarkAsRead when removing tag from entry

Fixes #2835

Signed-off-by: Kevin Decherf <kevin@kdecherf.com>
src/Wallabag/CoreBundle/Controller/TagController.php
src/Wallabag/CoreBundle/Helper/Redirect.php
tests/Wallabag/CoreBundle/Controller/TagControllerTest.php
tests/Wallabag/CoreBundle/Helper/RedirectTest.php