205stelzear / elections

Website / Webapp to create and view elections for any Scout group
https://205stelzear-elections.v-ed.ca/
MIT License
0 stars 0 forks source link

[BUG] : Setup : Duplicate candidate does not update if the fixed candidate is still duplicated #59

Closed V-ed closed 4 years ago

V-ed commented 4 years ago

Test case :

Candidate 1 : a Candidate 2 : ab Candidate 3 : ab

Delete "b" from Candidate 3

Candidate 2 stays invalid, with the popover still saying "Le nom de ce candidat est dupliqué!", which isn't true anymore.

Updating Candidat 2 to abc and back to ab fixes it.