Activities of "yekalkan"

Hi @darutter,

As i see it, Guid and Char are especially disabled for Blazor projects. I researched the reason and found this explanation:

Blazorise components doesn't have char data type, so we should hide it if the UI is Blazor.
Also remove Guid because there's no component for Guid type

This was a year ago. I'll create an internal issue and re-consider enabling them.

Hi,

Can you share the build error when you run "dotnet build" on the solution?

Hi @Mikael,

Is a "Name" property mandatory?

No, it shouldn't be. Probably there is a bug, so i refund your question credit and we will fix it in next release.

For now, you can just replace the Name with the real display property name manually in EditModal.cshtml file and it will be OK.

https://github.com/abpframework/abp/pull/12226

Hi @jhsanc,

I didn't mean it will solve the issue completely.

This will be fixed in next patch version (v5.2.1) soon.

Fyi: You can delete CreateMap<InscriptionTypeCreateDto, InscriptionType>()... and CreateMap<InscriptionTypeUpdateDto, InscriptionType>()... lines completely.

Hi @jhsanc,

Thanks for the report. I created an internal issue & refunded your question credit.

Hi,

I have created an internal issue for that and will try to fix it in next releases.

Thanks for your feedback. Your question credit is refunded.

Is Suite v5.1.4 installed on your device?

Have you modified **DbContext.cs file in EntityFramework Core project? (in your module solution)

Can you share the content of that file if it doesn't contain any private info?

Showing 161 to 170 of 367 entries
Made with ❤️ on ABP v9.0.0-preview Updated on September 20, 2024, 08:30