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)
-
1
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;