1
0
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:
lian
2018-01-17 18:22:48 +08:00
parent ea9c1801d2
commit ed8200b52a
7 changed files with 123 additions and 77 deletions

View File

@@ -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',