You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Current behaviour:
The presenter currently gives back meeting ids even if the User is only in there as a remnant and not as a informational important User:
Example response if the User is not ANYMORE in the meeting (but was in there before) and has no other connections to the meeting:
id: 5
is_active_in_organization_id: 1
name: "Meetings Name ABC"
Example response from the presenter if the User is a candidate, a submitter, a speaker and a manager in the same meeting:
Reproduction to get the first response:
It is important that you add User C to (at least) two meetings before removing/deleting them from any
Create User C
Create two meetings
Add C to both meetings
In Meeting A delete User C
In meeting B delete User C
Navigate to the account list
C has no assigned Meetings
Delete User C from the account list
In the deletion dialog both meetings will be listed
Wanted behaviour:
If a User only has a meeting_user_id but is not assigned to any group, or is in one of the other groups (candidate, submitter, speaker) then this meeting Id should not be returned by the presenter
The text was updated successfully, but these errors were encountered:
Current behaviour:
The presenter currently gives back meeting ids even if the User is only in there as a remnant and not as a informational important User:
Example response if the User is not ANYMORE in the meeting (but was in there before) and has no other connections to the meeting:
Example response from the presenter if the User is a candidate, a submitter, a speaker and a manager in the same meeting:
Reproduction to get the first response:
It is important that you add User C to (at least) two meetings before removing/deleting them from any
Wanted behaviour:
If a User only has a meeting_user_id but is not assigned to any group, or is in one of the other groups (candidate, submitter, speaker) then this meeting Id should not be returned by the presenter
The text was updated successfully, but these errors were encountered: