When bulk inviting users to a group, user profile settings do not reflect the fact that the are part of that group

When manualy trying to add them to that custom group (because you think something went wrong, an error occurs and a fatal error is seen in the logs.

So seemingly users are being added to the group, they also have access, only the profile settings do not correctly reflect the fact that they have been succesfully added to the group.

4 Likes

also reported via @bobmcneel we should get it fixed

@techAPJ can you add to your list

1 Like

I just tested this on my dev env and I am unable to repro this.

I invited a user via bulk invite feature and specified group beta to be added by default. When the user redeemed that invite, I can see that he has been added to beta group.

User profile page:

Admin user page:

Admin group page:

Can you provide a screenshot for this? Along with repro steps.

the error is, try adding a user that already exists in the group, no message is displayed saying it is already in the group.

Use CSV to invite user to specific group and topic:

xxx@xxx.com,Beta,14

“14” is the specific topic that I am inviting them to.

The results are that you can see that they are added in the admin group page, but not in de admin user page and neither in their profile:

Fixed via

https://github.com/discourse/discourse/pull/3378

4 Likes

@sam just fixed this.

https://github.com/discourse/discourse/commit/4919ec4c44ab7f840aad891f1896fb7353fe8205

3 Likes