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

Trying to create groups but search is returning two simular group names #216

Open
anders-wiggers opened this issue Mar 4, 2024 · 5 comments · May be fixed by #261
Open

Trying to create groups but search is returning two simular group names #216

anders-wiggers opened this issue Mar 4, 2024 · 5 comments · May be fixed by #261
Assignees

Comments

@anders-wiggers
Copy link

We have encountered a problem while using the groups_create_remote method in the ConnectAPI R package to create groups. The issue arises when the method detects two groups with similar prefixes, where one group's name is the prefix of the other. Due to this, we are unable to create the groups using the provided API.

For example, consider the made-up group names ABE and ABE-TEST. When we create the group using the groups_create_remote method for ABE the method fails as ABE is also the prefix of the ABE-TEST group.

Previously, the same problem have been flagged in the users_create_remote method which have been solved in: #135

Thanks

@aronatkins
Copy link
Contributor

@colearendt - It appears that your modifications to users_create_remote was not extended to groups_create_remote. Are they able to be directly ported over?

@colearendt
Copy link
Member

Ahh interesting! Yeah, that does look like the same problem. I would definitely expect that fix to be transferable.

@aronatkins
Copy link
Contributor

This issue is also internal support ticket 101966.

@anders-wiggers
Copy link
Author

Hey, are there any updates on this issue?

@nealrichardson
Copy link
Collaborator

None yet, but we're planning some work in this package over the next month or two, and this will be on the list.

@jonkeane jonkeane self-assigned this May 16, 2024
@jonkeane jonkeane linked a pull request May 16, 2024 that will close this issue
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

Successfully merging a pull request may close this issue.

5 participants