Fixes #3412. Prevent users from being able to modify their own groups.
This commit is contained in:
parent
8ba63dd428
commit
3d18e5d466
|
|
@ -53,6 +53,7 @@ tabs:
|
|||
type: radio
|
||||
|
||||
groups:
|
||||
context: [create, update]
|
||||
label: backend::lang.user.groups
|
||||
commentAbove: backend::lang.user.groups_comment
|
||||
type: checkboxlist
|
||||
|
|
@ -66,4 +67,3 @@ secondaryTabs:
|
|||
mode: image
|
||||
imageHeight: 250
|
||||
imageWidth: 250
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue