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

Anonymous proposal submissions blocked when group limit reached #20

Open
simonaszilinskas opened this issue Nov 22, 2024 · 0 comments
Open

Comments

@simonaszilinskas
Copy link

Describe the bug

Anonymous users cannot submit a new proposal once the limit of proposals that can be published by a user (or a group) to a Proposal component has been reached.

image

This is because the feature enabling anonymous users is based on the creation of an ‘Anonymous user’ user group. The problem is that when an admin set a proposal limit per participant, this also affects user groups. Then, once this limit has been reached for the anonymous users group, signed-in users cannot publish a proposal anonymously and non-signed-in users cannot go through to the end of the publication step either. 

To reproduce

  • As an admin, create a Proposal component and enable anonymous proposals. Set a proposal limit per participant (for example 2 proposals).
  • As a signed-in user, create and publish two proposal as an anonymous user. 
  • Try to create a proposal once again: see that you cannot publish it. 
  • As a non-signed-in user, try to create a proposal as well: see that you cannot publish it. 
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant