Open Closed

Abp Suite CRUD Page Generator question #4616


User avatar
0
lizhaofeng created

eCheck the docs before asking a question: https://docs.abp.io/en/commercial/latest/ Check the samples, to see the basic tasks: https://docs.abp.io/en/commercial/latest/samples/index The exact solution to your question may have been answered before, please use the search on the homepage.

If you're creating a bug/problem report, please include followings:

  • ABP Framework version: v7.0.2
  • UI type: Blazor
  • DB provider: EF Core
  • Tiered (MVC) or Identity Server Separated (Angular): yes
  • Exception message and stack trace:
  • Steps to reproduce the issue:"

There is an error on the generated Blazor page when creating a Guid type field


3 Answer(s)
  • User Avatar
    0
    yekalkan created
    Support Team Fullstack Developer

    Hi @zhaof,

    You should not be able to select Guid type in Suite's Crud Page Generator UI if the solution's UI is Blazor. Because Blazor components doesn't support Guid type.

    Is it a module template? Or how did you add that property with Guid type?

  • User Avatar
    0
    lizhaofeng created

    Hi @zhaof,

    You should not be able to select Guid type in Suite's Crud Page Generator UI if the solution's UI is Blazor. Because Blazor components doesn't support Guid type.

    Is it a module template? Or how did you add that property with Guid type?

    Hi yekalkan,

    Yes, I used a module template, but Blazor components do not support the guid type. My suggestion is to either not generate the guid type or convert it to a character type to avoid compilation errors.

  • User Avatar
    0
    yekalkan created
    Support Team Fullstack Developer

    @zhaof Thank you for reporting. I'll create an internal issue about that and fix it in next releases.

    Your question credit is refunded.

Made with ❤️ on ABP v8.2.0-preview Updated on March 25, 2024, 15:11