Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix mass action csrf token check #3138

Merged

Conversation

carakas
Copy link
Member

@carakas carakas commented Jun 27, 2020

Type

  • Non critical bugfix

Pull request description

This fixes an unreleased bug introduced by #3123
This happens because we create the form manualy and use the get method. This overwrites the token in the form action
In spoon form we automatically add the token so it isn't an issue there.

@carakas carakas requested a review from a team as a code owner June 27, 2020 08:06
This happens because we create the form manualy and use the get method. This overwrites the token in the form action
In spoon form we automatically add the token so it isn't an issue there
@carakas carakas force-pushed the fix-mass-action-csrf-token-check branch from 436e211 to 10b737a Compare June 27, 2020 08:07
@carakas carakas added this to the 5.8.3 milestone Jun 27, 2020
@carakas carakas marked this pull request as draft June 27, 2020 09:03
@carakas carakas marked this pull request as ready for review June 27, 2020 10:50
@carakas carakas merged commit ead2ba5 into forkcms:master Jul 2, 2020
@carakas carakas deleted the fix-mass-action-csrf-token-check branch July 2, 2020 18:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants