Display contribution of contributor after adding him
This commit is contained in:
parent
e6082c8441
commit
507fe97345
1 changed files with 1 additions and 0 deletions
|
@ -286,6 +286,7 @@ on_valid_add_contributor_modal=function(e) {
|
|||
set_contributors(group);
|
||||
$('#add_contributor_modal').modal('hide');
|
||||
groups.save();
|
||||
view_group(group,email);
|
||||
}
|
||||
|
||||
on_close_add_contributor_modal=function () {
|
||||
|
|
Loading…
Reference in a new issue