1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-09-12 13:24:52 +00:00

[user panel] group owned library: enable group admin to set folder perm

This commit is contained in:
llj
2018-05-15 11:26:33 +08:00
parent 8a95cc5060
commit b0df96a948
10 changed files with 189 additions and 40 deletions

View File

@@ -191,10 +191,8 @@ define([
success: function(data) {
if (data.success.length > 0) {
_this.memberCollection.add(data.success, {prepend: true});
if (_this.memberCollection.length == 1) {
_this.$membersEmptyTip.hide();
_this.$membersTable.show();
}
_this.$membersEmptyTip.hide();
_this.$membersTable.show();
}
var err_str = '';