-
Notifications
You must be signed in to change notification settings - Fork 26
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
New setting for restricting delegator rights part 2 #2370
Comments
Moreover, this will require changes in the vote service (@ostcar) |
When I remember correctly, the feature was slightly different. When this setting is set, then at all time, there can be only one user, that can vote for a user. This means, that when the setting is set, then the vote can only be delegated to one user. When the setting is not set, then the vote can be delegated to many users. |
As discussed: The solutions described in the related issues will be split into two independent settings, one as described above and one to enable multi-mode. |
Make backend changes for OpenSlides/openslides-client#3518
We need one new setting for the proposed functionality, I propose the following names and functions:
users_forbid_delegator_to_vote
: Users who have delegated their votes in this meeting may not vote for themselvesThis will be off by default to preserve current functionality, so there's no migration necessary.
Predictably this will require changes in
poll.vote
, so please don't forget to update the documentationThe text was updated successfully, but these errors were encountered: