Conversation
|
Test results 27 files 27 suites 44m 41s ⏱️ Results for commit 1a535c8. |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## master #3563 +/- ##
==========================================
- Coverage 62.11% 62.10% -0.02%
==========================================
Files 611 611
Lines 44880 44880
Branches 43 43
==========================================
- Hits 27876 27871 -5
- Misses 16994 16999 +5
Partials 10 10 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
johannaengland
left a comment
There was a problem hiding this comment.
Looks good, but what about the other forms you found that were mentioned in #3472?
As far as I could tell, they were all handled by JS. I edited my comment with instances as I went along, which left only these |



Scope and purpose
Fixes #3472
This PR removes CSRF tokens from get method forms. The
custom_crispy_templates/_form_contentfragment was modified to support disabling the token input render. I went through all the identified forms with get methods in #3472, and these are the only ones that are submitted with html instead of "hijacked" by Javascript and use POST in the background.This pull request
_form_contentpartialContributor Checklist
Every pull request should have this checklist filled out, no matter how small it is.
More information about contributing to NAV can be found in the
Hacker's guide to NAV.
<major>.<minor>.x). For a new feature or other additions, it should be based onmaster.