Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix display of most current Nomination list (election polls) #4094

Closed
Elblinator opened this issue Sep 9, 2024 · 1 comment · Fixed by #4115
Closed

Fix display of most current Nomination list (election polls) #4094

Elblinator opened this issue Sep 9, 2024 · 1 comment · Fixed by #4115
Assignees
Labels
Milestone

Comments

@Elblinator
Copy link
Member

Describe the bug
The most current election poll displays a too big list (double the items)
Screenshot_20240909_120321

How to Reproduce

  1. create a new election
  2. put a candidate onto the candidate list
  3. create a poll with voting method: Yes/No/Abstain per list
  4. Nomination list has empty items
  5. create a new poll with voting method: Yes/No/Abstain per list
  6. The newest polls nomination list has the same problems the old one(s) are correct again

Expected behaviour:
The nomination list should only display the candidates

@Elblinator Elblinator added the bug label Sep 9, 2024
@Elblinator Elblinator added this to the 4.2 milestone Sep 9, 2024
@reiterl reiterl self-assigned this Sep 13, 2024
@reiterl
Copy link
Member

reiterl commented Sep 13, 2024

It seems to be a wrong use of the 'for ... track...' in the template in combination with this option create new list everytime it is called.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants