Release Notes next
🐞 Tally > Contests are not in order when using multi-contest encoding
Sort contest shows on tally results tabs based on the contest-order field in the election presentation.
- Issue: #8678
🐞 Tally > Election aliases not used
Use election alias in all places in tally results. Fix showing 'event' or 'election' instead of the actual election event or election name/alias.
- Issue: #8426
🐞 Tally > Export option can't be read correctly if title is too long
Modify the tally export translations to show the format before the document name.
- Issue: #8676
🐞 Tally > "No Results" while loading the results
- Fix Tally results show "No results" while loading for it.
- Fix Starting new tally after review other tally results shows the previous tally results while processing the tally ceremony.
- Issue: #8677
🐞 Fix Graphql Typescript issues
Update Graphql definitions in the admin-portal, which is required after a bad merge from main.
- Issue: #9540
🐞 Keys Ceremony > State not cleared when switching Election Events
Clear keys ceremony state when switching events.
- Issue #8675
🐞 Tally > State not cleared when switching events
Fix tally state is not cleared when switching election events on the tally tab.
- Issue: #8674
🐞 Username is shown after an attempted login with a valid username
When the Keycloak login flow used the step Username Password Form - Allowing password expiration,
the email was being shown at the top of the login page after a failed login
if the user existed, leaking the information that the user did exist.
- Issue: #6476
🐞 Tally UI shows manual and executes automatic after policy switch
Now tally view checks if it's an automatic ceremony based on only the keys ceremony policy.
- Issue: #8472
🐞 Can't filter voter logs by username
Fixed an issue that prevented to search logs by username in the Admin portal.
- Issue: #7751
🐞 Tally > Ballot Image fails on second time: duplicate ACM key
Fix the unique key error by adding tennant and event id into the ACM key.
- Issue: #8679