Activities of "cala"

ok, thanks

Blazor (server) - project was created with suite 6.0.0

oh, we didnt enabled it for the host :/ makes sense that it doesnt show up.

but it looks like one localization is missing ( v6.0.1 ):

Hi, we would like to test LDAP authentification but it looks like there is no LDAP tab in the Identity Management settings anymore

is your documentation still correct for OpenIddict ? https://docs.abp.io/en/commercial/latest/modules/identity/ldap

i belive there are two bugs that should be fixed:

  1. AddDefaultRepository on an entity which is part of an context with ReplaceDbContext prevents this entity from being part of the target context
  2. injected default repositories like IReadOnlyRepository in application services for entities with IMultiTenant get the host context instead of the tenant context when they do not have a custom repository

Found the last problem: you need a custom repository, it looks like MultiTenant doesnt work with default genrated repository

With custom repository and multi-tenant, all entities are on the same context, finally.

Found one problem: options.AddDefaultRepository<TEntity> prevents ReplaceDbContext to work But ExampleEntity still in host context and user in tenant context

im not sure what you mean.

So how do i get both entities in the same context ? I thought that is the purpose of ReplaceDbContext ( tried to add IMultiTenant to exampleEntity, but same result )

  1. start provided project
  2. klick on ExampleView in menu

updated to 6.0.0 -> same result

here is an example project, tried to be as close as possible to our project / structure. ( removed test projects, removed apb commercial from nuget config )

Showing 31 to 40 of 56 entries
Made with ❤️ on ABP v9.1.0-rc.1. Updated on January 17, 2025, 14:13