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

Add participants via member number #4069

Merged

Conversation

bastianjoel
Copy link
Member

@bastianjoel bastianjoel added the enhancement General enhancement which is neither bug nor feature label Aug 30, 2024
@bastianjoel bastianjoel added this to the 4.2 milestone Aug 30, 2024
@bastianjoel bastianjoel requested a review from Elblinator August 30, 2024 08:44
@bastianjoel bastianjoel force-pushed the 4020-participant-via-member-number branch from 0669a29 to 03c9e16 Compare August 30, 2024 09:01
Copy link
Member

@Elblinator Elblinator left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It is currently not possible to create a new user without a member number

Either the payload has to send nothing in the member number (or member number not at all) or the backend has to accept an empty string as the member number

example payload:

[
  {
    "action": "user.create",
    "data": [
      {
        "first_name": "New",
        "last_name": "User",
        "member_number": "",
        "is_active": true,
        "is_physical_person": true,
        "email": "",
        "meeting_id": 1,
        "vote_delegations_from_ids": [],
        "group_ids": [
          1
        ]
      }
    ]
  }
]

@Elblinator Elblinator assigned bastianjoel and unassigned Elblinator Aug 30, 2024
@Elblinator Elblinator merged commit f27f99d into OpenSlides:main Sep 9, 2024
3 checks passed
@bastianjoel bastianjoel deleted the 4020-participant-via-member-number branch September 9, 2024 10:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement General enhancement which is neither bug nor feature
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add member number to new participant view (step 1)
2 participants