diff --git a/src/api/core/organizations.rs b/src/api/core/organizations.rs index d53d896f..bd4c1a77 100644 --- a/src/api/core/organizations.rs +++ b/src/api/core/organizations.rs @@ -364,11 +364,6 @@ async fn get_org_collections_details( || (CONFIG.org_groups_enabled() && GroupUser::has_access_to_collection_by_member(&col.uuid, &member.uuid, &mut conn).await); - // Not assigned collections should not be returned - if !assigned { - continue; - } - // get the users assigned directly to the given collection let users: Vec = col_users .iter()