1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-07-17 16:52:09 +00:00

[group] fix

This commit is contained in:
llj 2017-11-13 14:28:21 +08:00
parent 3661c701f8
commit fbbfebe09a

View File

@ -177,8 +177,8 @@ define([
data: { data: {
'owner': email 'owner': email
}, },
success: function() { success: function(data) {
// after the transfer, the former owner becomes a common admin of the group. _this.groupView.group = data;
Common.feedback(gettext("Successfully transferred the group. You are now a normal member of the group."), 'success'); Common.feedback(gettext("Successfully transferred the group. You are now a normal member of the group."), 'success');
$.modal.close(); $.modal.close();
}, },