-
Notifications
You must be signed in to change notification settings - Fork 27
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
Patch release 3.0.5 #5128
base: stable/3.0.x
Are you sure you want to change the base?
Patch release 3.0.5 #5128
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## stable/3.0.x #5128 +/- ##
=============================================
Coverage 96.67% 96.67%
=============================================
Files 762 762
Lines 26012 26012
Branches 3401 3401
=============================================
Hits 25148 25148
Misses 600 600
Partials 264 264 ☔ View full report in Codecov by Sentry. |
* [:backend:`5086`, :backend:`5090`] Fixed soft-required errors being shown for hidden | ||
upload fields and blocking going to the next form step. |
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 think this warrants a possible manual intervention warning - existing forms need to be updated, the validate: required
configuration should be removed by editing the JSON directly.
upload fields and blocking going to the next form step. | ||
* [:backend:`5039`] Fixed some error messages not shown properly in the Email | ||
Registration plugin. | ||
* Fixed performance issues causing long loading times for citizens when using forms. |
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.
* Fixed performance issues causing long loading times for citizens when using forms. | |
* Worked around some performance issues while evaluating form logic. |
Partly closes #5126
Changes
Patch release for 3.0.5. Updated backend translations and changelog, and bumped version
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