[Feature Request] Ability to duplicate an existing user group #11795
-
When setting up new users groups it would be convenient to be able to replicate an existing group. This could help save time when selecting the same options multiple times for many groups. |
Beta Was this translation helpful? Give feedback.
Answered by
brandonkelly
Aug 20, 2022
Replies: 1 comment
-
Agree it would be helpful. In the meantime, if you don’t mind getting your hands a little dirty, user groups are one of the easier things to duplicate by copying the project config data:
|
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
brandonkelly
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Agree it would be helpful. In the meantime, if you don’t mind getting your hands a little dirty, user groups are one of the easier things to duplicate by copying the project config data:
config/project/users/groups/
, and duplicate it named after your new group handle + UUID (e.g.myNewHandle-xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx.yaml
)name
andhandle
php craft project-config/apply