Open Closed

Bug with UI settings for Extended Properties on Identity User #7729


User avatar
0
balessi75 created

Abp Commercial 7.4.2/ Blazor Server / EF Core / Non-tiered

Hi,

We reported the following with version 5.2.0 and, 2 years later, on version 7.4.2, we are still experiencing this problem https://abp.io/support/questions/2886/Bug-with-Extended-Properties-being-controlled-in-the-UI-for-Dependent-Modules

Please advise and let us know of any possible workaround while this gets fixed.

Thanks


1 Answer(s)
  • User Avatar
    1
    balessi75 created

    We solved the issue by specifiying Api.* properties. It was not obvious to do this since we are using blazor server.

                                property.Api.OnGet.IsAvailable = false;
                                property.Api.OnUpdate.IsAvailable = false;
                                property.Api.OnCreate.IsAvailable = false;
    
Made with ❤️ on ABP v9.0.0-preview Updated on September 19, 2024, 10:13