1
0
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:
llj
2015-12-19 10:29:05 +08:00
parent 2c47c5c49b
commit 13486afe57

View File

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