]> git.immae.eu Git - github/wallabag/wallabag.git/commit
Add RenameForm as tag list view parameters.
authorStéphane HULARD <s.hulard@chstudio.fr>
Wed, 24 Jan 2018 17:04:39 +0000 (18:04 +0100)
committerJeremy Benoist <jeremy.benoist@gmail.com>
Tue, 25 Sep 2018 08:18:08 +0000 (10:18 +0200)
commitb846c1e4d03ec51ae6b740040d79d47d9bdec12c
treee99d5d8ecaf4217076c38e495d4ab8b2ef03929f
parentbe326a22f90a5f4006ff41ee7b4ed0ca73a8fddd
Add RenameForm as tag list view parameters.

This will help handling the CSRF protection token and use symfony HTML generation layer.
Also a FormView instance is generated for each tag because we need to render a form for each tag and FormView are not reusable.
src/Wallabag/CoreBundle/Controller/TagController.php