Commit acb12ee
committed
fix: Checking subspace creation when not members of Parent Space - Meeds-io/MIPs#227
Prior to this change, the parent space creation check was made using 'isMember' instead of '!isMember'1 parent 76d9d44 commit acb12ee
File tree
2 files changed
+6
-5
lines changed- component/core/src
- main/java/io/meeds/social/space/service
- test/java/org/exoplatform/social/core/space/spi
2 files changed
+6
-5
lines changedLines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1414 | 1414 | | |
1415 | 1415 | | |
1416 | 1416 | | |
1417 | | - | |
| 1417 | + | |
1418 | 1418 | | |
1419 | 1419 | | |
1420 | 1420 | | |
| |||
Lines changed: 5 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2607 | 2607 | | |
2608 | 2608 | | |
2609 | 2609 | | |
2610 | | - | |
| 2610 | + | |
2611 | 2611 | | |
2612 | 2612 | | |
2613 | | - | |
| 2613 | + | |
2614 | 2614 | | |
2615 | | - | |
| 2615 | + | |
2616 | 2616 | | |
2617 | | - | |
| 2617 | + | |
| 2618 | + | |
2618 | 2619 | | |
2619 | 2620 | | |
2620 | 2621 | | |
| |||
0 commit comments