mirror of
https://github.com/haiwen/seahub.git
synced 2025-09-19 01:44:13 +00:00
add api for getting groups that user can share repo to
This commit is contained in:
@@ -677,7 +677,7 @@ define([
|
||||
if (app.pageOptions.enable_share_to_all_groups) {
|
||||
$.ajax({
|
||||
url: Common.getUrl({
|
||||
name: 'all_groups'
|
||||
name: 'shareable_groups'
|
||||
}),
|
||||
type: 'GET',
|
||||
dataType: 'json',
|
||||
|
Reference in New Issue
Block a user