Base solution for your next web application

Activities of "m.aliozkaya"

Hi @mehmetdurmaz,

I couldn't fully understand the problem. If you have defined the Supplier permission in the AppAuthorizationProvider, the GetAll method retrieves all the permissions available in the application, and the permissions on the front are handled accordingly.

What exactly is the error you are encountering?

Hi @ips-jm,

We are planning to update the GUI, but the exact date is yet to be determined.

Hi @mehmetdurmaz,

Could you share the AppAuthorizationProvider?

Hi @ips-jm,

The core project of power tools using .NET 8. We support all platforms where Aspnetcore can run in the console.

https://docs.aspnetzero.com/common/latest/Power-Tools-Getting-Started#mac-linux https://docs.aspnetzero.com/common/latest/Power-Tools-Creating-Entity-Json-File-Manually

Hi @razkhan78,

We don't have a tool for this. You need to check this manually.

Hi @MainTechAS,

We prefer not to share the errors in detail with users. You can see the error in the logs. If you want to show an error please catch the error and use like the following code

throw new UserFriendlyException("Ooppps! There is a problem!", "You are trying to see a product that is deleted...");

Hi @ips-ad,

I created an issue for this problem. We will fix it as soon as possible.

https://github.com/aspnetzero/aspnet-zero-core/issues/5522

Hi @kansoftware,

Could you check this comment?

https://github.com/dotnet/aspnetcore/issues/42107#issuecomment-1151376415

Hi @Adrian,

I think this problem is related to the unit of work. You have a pending transaction in your code however, I could not determine exactly where it was. Please check your database operations and async methods

Hi @dominici,

Can you check this file? https://github.com/aspnetzero/aspnet-zero-core/blob/dev/aspnet-core/src/MyCompanyName.AbpZeroTemplate.Core/Localization/AbpZeroTemplate/AbpZeroTemplate-it.xml

Also, this document may help https://aspnetboilerplate.com/Pages/Documents/Localization

Showing 31 to 40 of 430 entries