Skip to content

Unable to create social group as non-admin#7345

Merged
bdukes merged 3 commits into
dnnsoftware:developfrom
bdukes:group-edit
Jun 30, 2026
Merged

Unable to create social group as non-admin#7345
bdukes merged 3 commits into
dnnsoftware:developfrom
bdukes:group-edit

Conversation

@bdukes

@bdukes bdukes commented Jun 30, 2026

Copy link
Copy Markdown
Contributor

Summary

When creating a social group and supplying an image, the creation fails (partially succeeds in a non-recoverable way) because uploading the group image runs into a permissions failure. The solution ended up being to not check the permissions, because having the ability to create the group already confirms the ability to upload to that group's folder (but the actual permission grant to that folder has to happen later in some scenarios).

@bdukes bdukes added this to the 10.3.3 milestone Jun 30, 2026
@bdukes
bdukes enabled auto-merge June 30, 2026 19:33
bdukes added 3 commits June 30, 2026 14:33
Group creation fails when a non-admin supplies a group image due to the
permissions check saving the image.
Having permission to create a group is enough of a signal, and checking
membership in the group doesn't work when groups require approval
Also apply changes from Create to GroupEdit
@bdukes
bdukes added this pull request to the merge queue Jun 30, 2026
Merged via the queue into dnnsoftware:develop with commit f5f7359 Jun 30, 2026
8 of 9 checks passed
@bdukes
bdukes deleted the group-edit branch June 30, 2026 19:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants