Commit fd5262f
authored
Before this change, when a Space was created with Restrict Content Creation enabled and a folder or document was uploaded via drag & drop to the root folder of the space, the edit permission remained enabled for the created file or folder. To fix this issue, the mix:referenceable mixin is now added when creating the folder node. After this change, the edit permission is correctly disabled for files and folders created via drag & drop when Restrict Content Creation is enabled.
1 parent 44dc9a0 commit fd5262f
File tree
1 file changed
+2
-6
lines changed- core/viewer/src/main/java/org/exoplatform/ecm/connector/platform
1 file changed
+2
-6
lines changedLines changed: 2 additions & 6 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
743 | 743 | | |
744 | 744 | | |
745 | 745 | | |
746 | | - | |
747 | | - | |
748 | | - | |
749 | | - | |
750 | | - | |
751 | | - | |
| 746 | + | |
| 747 | + | |
752 | 748 | | |
753 | 749 | | |
754 | 750 | | |
| |||
0 commit comments