Alert from frontend errors in critical paths#10937
Conversation
alecslupu
left a comment
There was a problem hiding this comment.
When there is an error triggered by the js present in new-vote.js, the screen displayed the erros message.
I could not test using the real vote algorithm due to some access code issues. I could reproduce the behaviour in the preview mode.
|
@andreslucena This is approved, but i will leave it as it is for the moment. Your call when to merge it. |
|
@alecslupu let's leave this without merging until the redesign of elections (#10804) is merged in develop |
|
@andreslucena #10804 has been merged, and now we have 3 conflicts on this PR. |
@alecslupu I've merged with develop and solved the issues. I had to make a small change regarding the show/hide new API (see 3b393e0). I've updated it the Screenshot with the new error message. You can trust me on this one if you don't want to check it out again 😄 (as it's a pain to work with the bulletin-board, i.e. having to wait 1/2 hours just to try this small change). I've also added the |
* develop: Reorder and renumber the RELEASES_NOTES (#11379) Add videos services to CSP (youtube-nocookie.com, meet.jit.si, etc) (#11155) Alert from frontend errors in critical paths (#10937) Redesign: comments issues (#11363) Redesign: participatory process steps (#11226) Redesign: meetings map (#11383) Redesign: rename layouts (#11126)
🎩 What? Why?
During the voting process in Elections, there could be some exceptions, and these will not be shown to the participant. They are only visible in the console.
📌 Related Issues
Testing
📷 Screenshots