mirror of
https://github.com/haiwen/seahub.git
synced 2025-09-07 09:51:26 +00:00
Org active (#7496)
* admin set org active/inactive * update * update * update
This commit is contained in:
@@ -608,6 +608,9 @@ class SystemAdminAPI {
|
||||
if (orgInfo.role) {
|
||||
formData.append('role', orgInfo.role);
|
||||
}
|
||||
if (orgInfo.isActive != undefined) {
|
||||
formData.append('is_active', orgInfo.isActive);
|
||||
}
|
||||
return this.req.put(url, formData);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user