We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 283758e commit 7119e48Copy full SHA for 7119e48
1 file changed
CommunityBugFixCollection/GroupCloudHomeTemplate.cs
@@ -22,7 +22,7 @@ private static void Prefix(ref OwnerType ownerType)
22
{
23
// The template URL for group homes currently does not resolve.
24
// We change the owner type to User, so that we can create a group home with the standard cloud home template.
25
- if (ownerType == OwnerType.Group)
+ if (Enabled && ownerType == OwnerType.Group)
26
ownerType = OwnerType.User;
27
}
28
0 commit comments