mirror of
https://github.com/documize/community.git
synced 2025-07-22 22:59:43 +02:00
Persist space permissions for groups and users
This commit is contained in:
parent
0d39f7251e
commit
7ccb3b4658
16 changed files with 320 additions and 157 deletions
|
@ -203,7 +203,6 @@ export default Component.extend(AuthProvider, ModalMixin, {
|
|||
group.set('isMember', false);
|
||||
|
||||
if (is.undefined(groupId) || is.undefined(userId)) {
|
||||
console.log(groupId, userId);
|
||||
return;
|
||||
}
|
||||
|
||||
|
@ -218,7 +217,6 @@ export default Component.extend(AuthProvider, ModalMixin, {
|
|||
group.set('isMember', true);
|
||||
|
||||
if (is.undefined(groupId) || is.undefined(userId)) {
|
||||
console.log(groupId, userId);
|
||||
return;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue