mirror of
https://github.com/haiwen/seahub.git
synced 2025-09-19 18:29:23 +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>
|
||||
|
@@ -50,6 +50,7 @@ class UserItem extends React.Component {
|
||||
currentPermission={currentPermission}
|
||||
permissions={this.props.permissions}
|
||||
onPermissionChanged={this.onChangeUserPermission}
|
||||
isSysAdmin={true}
|
||||
/>
|
||||
</td>
|
||||
<td>
|
||||
@@ -248,6 +249,7 @@ class SysAdminShareToUser extends React.Component {
|
||||
currentPermission={this.state.permission}
|
||||
permissions={this.permissions}
|
||||
onPermissionChanged={this.setPermission}
|
||||
isSysAdmin={true}
|
||||
/>
|
||||
</td>
|
||||
<td>
|
||||
|
Reference in New Issue
Block a user