-
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
✨ [#4991] Add selection of Referentielijsten services to general config #4992
Conversation
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.
I'm not sure why the tests are failing?
@sergei-maertens not sure either, I might have to rebase? |
referentielijsten_services = models.ManyToManyField( | ||
Service, | ||
verbose_name=_("referentielijsten services"), | ||
help_text=_( | ||
"List of services that are instances of the Referentielijsten API. " | ||
"The selected services will be shown as options when configuring " | ||
"select or selectboxes components to be populated from Referentielijsten." | ||
), | ||
) |
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.
The test failures seem to be from the admin tests for global configuration - perhaps it's because this field is not marked as blank=True
which makes it required now, while it shouldn't be?
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.
changed it 👍
the selected services will be shown as options when configuring select/selectboxes using Referentielijsten
01c422b
to
b62f6a8
Compare
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #4992 +/- ##
=======================================
Coverage 96.66% 96.66%
=======================================
Files 761 761
Lines 25959 25962 +3
Branches 3394 3394
=======================================
+ Hits 25093 25096 +3
Misses 601 601
Partials 265 265 ☔ View full report in Codecov by Sentry. |
Closes #4991
Changes
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