Open Closed

Bug in 4.2.2 - Guid not available as a Property Type on Add Property #998


User avatar
0
hamberg created

Hello Support,

I upgraded my workstation to the suite version 4.2.2 and now when I click on the add property to an entity, Guid is not in the Property Type dropdown list. Please let me know how I can work around this.

Thanks you

Check 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.

  • ABP Framework version: v4.2.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:

3 Answer(s)
  • User Avatar
    0
    Moyaoxiang created

    Hi hamberg, Blazorise components do not support Guid and char types, so they cannot be selected for the Blazor template.

  • User Avatar
    0
    alper created
    Support Team Director

    use String instead of Guid input.

  • User Avatar
    0
    hamberg created

    use String instead of Guid input.

    Thank you alper, that is what I will do.

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