Activities of "christophe.baille"

Tested with version 4.4.2, both issues are resolved

It still doesn't work:

I login in english, then go to MVC blogging view --> I reach blogging view in english: OK, it works now, it was not before

I login in Finnish, then go to MVC blogging view --> I reach blogging view in Finnish: OK, it works now, it was not before

I login in english, I then change language to finnish after login from my Angular UI, then go to MVC blogging view --> I reach blogging view in english: KO, shoud be in Finnish

I login in Finnish, I then change language to english after login from Angular UI, then go to MVC blogging view --> I reach blogging view in english: KO, shoud be in english

Don't know if this has anything to do but in my case, when I switch the language to French and click on Logout, it does not automatically redirect to login screen. Also the text in the button is empty.

It's a different problem that will be fixed very soon apparently:

https://support.abp.io/QA/Questions/1718/Bugs-when-switch-between-Angular-and-Account-MVC-view

You can fix it already by editing the translation text of the language you are using in languge management, just need to remove {0} from ReturnToText target value, replace by "l'application" in that case.

I tried with a new solution and do not have this issue to generate a new entity it works well. For my existing solution, could this DbContext name asked be stored somewhere on the database?

I don't understand on why it is still looking for this MigrationDbContext, I didn't declare it anymore on my solution

Still the same

To fix the previous issue, I removed the project from ABP Suite (1), then I added it again (2)

Now I have a different error:

I am supposed to have only one DbContext as I removed this MigrationDbContext right? Or there is something I didn't understand?

Thanks.

As there is no entity named IdentityUser on the entity list,

and there is no file neither

I am filling values manually.

namespace: Volo.Abp.Identity EntityName: IdentityUser DtoName: IdentityUserDto

I will keep Property name AppUserId for now, so it will not change the field on my tables.

Collection name: Users

In my AppDbContext, I will replace:

public DbSet<AppUser> Users { get; set; } by public DbSet<IdentityUser> Users { get; set; }

I did replace AppUser by IdentityUser on my solution to have the project building without any errors.

But now I have this error when try to generate my entity. I already deleted EntityFramework.DbMigration and updated the references as explained on the document.

There is one point I don't really understand on how to do: Remove AppUser Entity

If I have to remove the class AppUser.cs from Domain project, what should I put on my navigation property AppUserId?

Thanks a lot.

I close the ticket then

I updated the class in a new file into HttpApi.Host and all works well now thanks.

Do you know when it will be fixed on the Framework? Next release?

Did you refund me the ticket yet as since the beginning the issue is from ABP.IO side?

Thanks

Showing 81 to 90 of 148 entries
Made with ❤️ on ABP v9.1.0-preview. Updated on November 01, 2024, 05:35