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

Elections: deletion error #2651

Closed
MSoeb opened this issue Sep 24, 2024 · 1 comment · Fixed by #2662
Closed

Elections: deletion error #2651

MSoeb opened this issue Sep 24, 2024 · 1 comment · Fixed by #2662
Assignees
Labels
Milestone

Comments

@MSoeb
Copy link

MSoeb commented Sep 24, 2024

Describe the bug
Currently an election with at least one candidate and the final state 'finished' can't be deleted. Error message with 'Error: It is not permitted to remove a candidate from a finished assignment!' appears.

How to Reproduce
Steps to reproduce the behavior:

  1. open a meeting
  2. open elections
  3. create an election
  4. add a candidate and change the state to 'finished'. -> try to delete the election

Expected behavior
Deleting an election should always be possible to users with the permission to manage elections. State of election should not matter for this.

@MSoeb MSoeb added the bug label Sep 24, 2024
@MSoeb MSoeb added this to the 4.2 milestone Sep 24, 2024
@reiterl
Copy link
Member

reiterl commented Sep 30, 2024

The client sends 'assignment.delete' to the backend. The backend replied with that error message.
This seems to be more a backend problem to me.
The action description in the backend doesn't tell me about exception, changes, etc.

@Elblinator do you also see it this way and can you move this into the backend? Okay I found the button to transfer the issue.

@reiterl reiterl transferred this issue from OpenSlides/openslides-client Sep 30, 2024
@luisa-beerboom luisa-beerboom self-assigned this Oct 7, 2024
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.

3 participants