Updated StatusOptionsPopover group actions to be allowed for staff
• Updated: - StatusOptionsPopover group actions to be allowed for staff
This commit is contained in:
parent
6354007875
commit
24fa2d3a74
|
@ -249,7 +249,7 @@ class StatusOptionsPopover extends ImmutablePureComponent {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
if (withGroupAdmin) {
|
if (withGroupAdmin || (!!groupRelationships && isStaff)) {
|
||||||
menu.push(null)
|
menu.push(null)
|
||||||
menu.push({
|
menu.push({
|
||||||
icon: 'trash',
|
icon: 'trash',
|
||||||
|
|
Loading…
Reference in New Issue