discourse/plugins/poll/test/javascripts
Robert 1aa836163e
FIX: poll ranked choice results not showing on first vote (#28542)
Currently (for Ranked Choice only) a javascript exception is raised on very first vote, preventing the results from being rendered requiring a browser refresh (which doesn't error).

Resolves: TypeError: this.args.rankedChoiceOutcome.round_activity is undefined with simple addition of optional chaining operator.
2024-11-05 09:29:07 +08:00
..
acceptance FIX: poll ranked choice voter expansion should append additional voters (#28432) 2024-11-05 09:28:32 +08:00
component FIX: poll ranked choice results not showing on first vote (#28542) 2024-11-05 09:29:07 +08:00
helpers DEV: Sort imports 2023-10-10 21:46:54 +01:00