Prior to this, the name was wrong which prevented the actual username consent from being
saved.
Details
Details
- Reviewers
jayeshv - Group Reviewers
Reviewers - Commits
- rDWAPPS9399ba5602f3: add-forge-now: Fix create request checkbox input name
tox, cypress happy
Diff Detail
Diff Detail
- Repository
- rDWAPPS Web applications
- Lint
Automatic diff as part of commit; lint not applicable. - Unit
Automatic diff as part of commit; unit tests not applicable.
Event Timeline
Comment Actions
Build is green
Patch application report for D7414 (id=26820)
Rebasing onto 716df4a9d7...
Current branch diff-target is up to date.
Changes applied before test
commit 9399ba5602f37a24a19b8a16c78703cbc3d22ed0 Author: Antoine R. Dumont (@ardumont) <ardumont@softwareheritage.org> Date: Wed Mar 23 11:37:49 2022 +0100 add-forge-now: Fix create request checkbox input name Prior to this, the name was wrong which prevented the actual username consent from being saved.
See https://jenkins.softwareheritage.org/job/DWAPPS/job/tests-on-diff/1550/ for more details.
Comment Actions
Why is it "on"/"off" instead of a boolean?
what can i say besides it's the default value somehow ;)
And i guess that's also have to do with the fact that we don't let django use form to create the dom part.
We just use our own.