mirror of
https://github.com/haiwen/seahub.git
synced 2025-08-31 14:42:10 +00:00
[api2] Fix group repos
This commit is contained in:
@@ -11,7 +11,7 @@ define([
|
||||
comparator: -'mtime',
|
||||
|
||||
url: function() {
|
||||
return Common.getUrl({name: 'group_repos', group_id: this.group_id});
|
||||
return Common.getUrl({name: 'group_repos', group_id: this.group_id})+'?from=web';
|
||||
},
|
||||
|
||||
parse: function(data) {
|
||||
|
Reference in New Issue
Block a user