-
Notifications
You must be signed in to change notification settings - Fork 26
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
[#5006] Ability to manually fill in addressNL
streetname and city
#5022
base: master
Are you sure you want to change the base?
[#5006] Ability to manually fill in addressNL
streetname and city
#5022
Conversation
cde749b
to
43db85b
Compare
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #5022 +/- ##
==========================================
- Coverage 96.71% 96.68% -0.03%
==========================================
Files 770 770
Lines 26489 26515 +26
Branches 3453 3461 +8
==========================================
+ Hits 25618 25637 +19
- Misses 607 611 +4
- Partials 264 267 +3 ☔ View full report in Codecov by Sentry. |
1c03258
to
c24cb2b
Compare
# when the user fills in manually the city and the street name we do not | ||
# need to check the secret city - street name combination | ||
if not auto_populated: | ||
return attrs |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ah okay, and because autoPopulated = False
we then also know in the registration backend that the data can potentially not be trusted, right?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes, this is how I thought about it.Let me know if you agree.
c24cb2b
to
e645729
Compare
Missing the dutch translations for this.. |
e645729
to
bb3500e
Compare
…eetname and city Updated street name and city serializer fields in order to be able to require these fields in case the component is required.
bb3500e
to
8d660e6
Compare
Closes #5006
Needs
Changes
the component is required.
Checklist
Check off the items that are completed or not relevant.
Impact on features
Release management
I have updated the translations assets (you do NOT need to provide translations)
./bin/makemessages_js.sh
./bin/compilemessages_js.sh
Dockerfile/scripts
./bin
folderCommit hygiene