mirror of
https://github.com/haiwen/seahub.git
synced 2025-09-11 11:51:27 +00:00
Merge branch '11.0'
This commit is contained in:
@@ -50,6 +50,7 @@ class GroupItem extends React.Component {
|
||||
currentPermission={currentPermission}
|
||||
permissions={this.props.permissions}
|
||||
onPermissionChanged={this.onChangeUserPermission}
|
||||
isSysAdmin={true}
|
||||
/>
|
||||
</td>
|
||||
<td>
|
||||
@@ -262,6 +263,7 @@ class SysAdminShareToGroup extends React.Component {
|
||||
currentPermission={this.state.permission}
|
||||
permissions={this.permissions}
|
||||
onPermissionChanged={this.setPermission}
|
||||
isSysAdmin={true}
|
||||
/>
|
||||
</td>
|
||||
<td>
|
||||
|
Reference in New Issue
Block a user