mirror of
https://github.com/haiwen/seahub.git
synced 2025-07-16 00:06:11 +00:00
[group] fix
This commit is contained in:
parent
3661c701f8
commit
fbbfebe09a
@ -177,8 +177,8 @@ define([
|
||||
data: {
|
||||
'owner': email
|
||||
},
|
||||
success: function() {
|
||||
// after the transfer, the former owner becomes a common admin of the group.
|
||||
success: function(data) {
|
||||
_this.groupView.group = data;
|
||||
Common.feedback(gettext("Successfully transferred the group. You are now a normal member of the group."), 'success');
|
||||
$.modal.close();
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user