Remove access to folders directly from library elements service (#98665)

* Remove access to folders directly from library elements service

* Lint

* Remove unwanted comment
This commit is contained in:
Leonor Oliveira
2025-01-09 11:03:04 +02:00
committed by GitHub
parent 22282334c7
commit 4f2d8a1a3b
3 changed files with 12 additions and 8 deletions
@@ -95,7 +95,7 @@ func TestLibraryElementPermissionsGeneralFolder(t *testing.T) {
result.Result.Meta.UpdatedBy.Name = userInDbName
result.Result.Meta.UpdatedBy.AvatarUrl = userInDbAvatar
result.Result.Meta.FolderName = "General"
result.Result.Meta.FolderUID = ""
result.Result.Meta.FolderUID = "general"
result.Result.FolderUID = "general"
sc.reqContext.SignedInUser.OrgRole = testCase.role