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