Fix team deletion

This commit is contained in:
yflory
2019-10-08 11:10:03 +02:00
parent 2a4eca1e2e
commit e5deffe21f
3 changed files with 21 additions and 8 deletions

View File

@@ -679,7 +679,7 @@ define([
give();
return void _w.abort();
}
otherOwners = md.owners.some(function (ed) { return void ed !== edPublic; });
otherOwners = md.owners.some(function (ed) { return ed !== edPublic; });
}));
}).nThen(function (_w) {
if (otherOwners) {