Skip to content

Commit

Permalink
[AC-1978] Fix issue that allows the web app to have the user type Man…
Browse files Browse the repository at this point in the history
…ager available
  • Loading branch information
r-tome committed Apr 10, 2024
1 parent 46f7cdf commit 2890f78
Showing 1 changed file with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,10 @@ public IQueryable<OrganizationUserOrganizationDetails> Run(DatabaseContext dbCon
AccessSecretsManager = ou.AccessSecretsManager,
UsePasswordManager = o.UsePasswordManager,
SmSeats = o.SmSeats,
SmServiceAccounts = o.SmServiceAccounts
SmServiceAccounts = o.SmServiceAccounts,
LimitCollectionCreationDeletion = o.LimitCollectionCreationDeletion,
AllowAdminAccessToAllCollectionItems = o.AllowAdminAccessToAllCollectionItems,
FlexibleCollections = o.FlexibleCollections
};
return query;
}
Expand Down

0 comments on commit 2890f78

Please sign in to comment.