FriendsOfSymfony / FOSCommentBundle

Threaded comments for Symfony
http://friendsofsymfony.github.com/
MIT License
462 stars 230 forks source link

Comment edit form: form_rest twig function instead of hardcoded token field name #614

Closed blankse closed 6 years ago

blankse commented 6 years ago

I want use the FOSCommentBundle with a eZ Platform installation.

There it is a different token field name. https://github.com/ezsystems/ezplatform/blob/master/app/config/config.yml#L66

In all other forms the token is set with the form_rest function. So it would be nice to change it here also.

XWB commented 6 years ago

Could you re-open this PR against the 2.x branch?

blankse commented 6 years ago

I rebased the PR to the 2.x branch

XWB commented 6 years ago

:+1:

XWB commented 6 years ago

Thanks.