Activities of "willignicolas@gmail.com"

Answer

Hello,

I think i'm the 4 person to report this :

With UI MVC EF Core and no tiered when we create a new tenant the user is not deployed (We cannot login in tenant and use it) We can't on boarding new customer in production :(

It's is ok with a new project. I have followed the migration steps for our project. (with compare method) but the problem is still there.

Thanks for your help.

erreur log is to long to post... timeout in : at Volo.Saas.Tenants.TenantStore.FindAsync(Guid id) at Jureez.Data.JureezTenantDatabaseMigrationHandler.MigrateAndSeedForTenantAsync(Guid tenantId, String adminEmail, String adminPassword) in C:\Personnel\Developpement\Jureez\aspnet-core\src\Jureez.Domain\Data\JureezTenantDatabaseMigrationHandler.cs:line 92

Ok Alper good to know.

Thanks for taking the time to check it out.

Can I ask you for an approximate release date for a 4.4 release candidate?

Hello Alper,

The french translations are ok with a new 4.3 project on your side?

Still the issue here.

Thanks for your help.

Alper,

Sorry but same problem with a new projet.

The steps:

  1. Create new project MVC with abp suite 4.3 (abp cli 4.3)
  2. Add options.Languages.Add(new LanguageInfo("fr", "fr", "Français", "fr")); to the domain module
  3. Rebuild Solution
  4. Start DBMigrator
  5. See the DB with all tables be created (And fr row in AbpLanguages)
  6. Start the solution
  7. Still English string

Hello Alper,

Sorry but still same issue.

I have added the line on domain module (I'm on MVC so no ApiHostModule)

I can see fr lanuage in the "AbpLanguages" table be added by DbMigrator. (Nothing in AbpLanguageTexts, don't know if normal behavior there)

I can select French Language on UI, but still see many English strings (Like the screen on the first post)

We have tried with brand new db. Exact same Issue.

Have you any idea what we do wrong?

Thanks for your help.

Nicolas.

hi willignicolas

I can share the French translation of all modules with you, and add it to the next version after you translate it.

https://docs.abp.io/en/abp/latest/CLI#translate

Ok, thanks for your answer. Can you send us (on my mail) this translation file please?

Answer

Hello,

"Program" is not a C # reserved keyword and yet when you want to use an entity with this name as an association on another entity the Program.cs file is not listed. However, the creation of the "Program" entity went very well.

Erratum: It's only related on the filename "Program.cs" If I rename it to "ProgramTest.cs" all is working well.

Nicolas.

@alper OK great.

Thanks for this answer.

Happy holydays.

Hello,

Have any ideas about these two issues?

As a reminder :

  1. How to specify a mandatory association with abp suite? Because if we do it manually, updating an abp suite entity will cancel our changes.

  2. If we add an object or list navigation property to an entity, when it is updated, the manually added properties disappear.

Thank you in advance for your answers. Nicolas

Answer

Thanks @alper, we will do that. And for the parsing error when there is comment on enum value ?

Showing 21 to 30 of 31 entries
Made with ❤️ on ABP v8.2.0-preview Updated on March 25, 2024, 15:11