You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Description
If candidate is already on LoS, candidate is not added to LoS when phase is changed to voting/in the election process.
Reproduction
in settings > elections: enabe 'Put all candidates on the list of speakers'
create an election
add candidate A and B to list of candidates
add candidate A to LoS
change phase of election to 'in the election process' --> Error: User 5316 is already on the list of speakers. and no user is added to LoS and phase is not changed
{
"success": false,
"message": "User 5316 is already on the list of speakers.",
"action_error_index": 0,
"action_data_error_index": 0
}
Expected behaviour
When changing the phase of the election, candidates that are not already on the LoS should be added and phase should be changed to 'in the election process'/voting.
(Candidates that are already on the LoS should be ignored)
The text was updated successfully, but these errors were encountered:
Description
If candidate is already on LoS, candidate is not added to LoS when phase is changed to voting/in the election process.
Reproduction
Error: User 5316 is already on the list of speakers.
and no user is added to LoS and phase is not changedPayload
Response
Expected behaviour
When changing the phase of the election, candidates that are not already on the LoS should be added and phase should be changed to 'in the election process'/voting.
(Candidates that are already on the LoS should be ignored)
The text was updated successfully, but these errors were encountered: