Closed V-ed closed 4 years ago
Test case :
Candidate 1 : a Candidate 2 : ab Candidate 3 : ab
a
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.
abc
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 toab
fixes it.