1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-09-09 02:42:47 +00:00

[API] share to groups, add test

This commit is contained in:
zming
2017-09-06 15:38:00 +08:00
committed by llj
parent 24232c85f7
commit dd7f5d5417
15 changed files with 277 additions and 90 deletions

View File

@@ -638,6 +638,7 @@ define([
"group_id": item.group_info.id,
"group_name": item.group_info.name,
"permission": item.permission,
'is_admin': item.is_admin,
'for_user': false
}
});
@@ -840,6 +841,7 @@ define([
"group_id": item.group_info.id,
"group_name": item.group_info.name,
"permission": item.permission,
'is_admin': item.is_admin,
'for_user': false
}
});