mirror of
https://github.com/haiwen/seahub.git
synced 2025-09-01 15:09:14 +00:00
[add group] fix: modified param name according to the api
This commit is contained in:
@@ -102,7 +102,7 @@ define([
|
||||
return false;
|
||||
}
|
||||
Common.disableButton($('[type="submit"]', $form));
|
||||
groups.create({'group_name': group_name, 'repos':[]}, {
|
||||
groups.create({'name': group_name, 'repos':[]}, {
|
||||
wait: true,
|
||||
validate: true,
|
||||
prepend: true, // show newly created group at the top
|
||||
|
Reference in New Issue
Block a user