Base solution for your next web application
Starts in:
01 DAYS
01 HRS
01 MIN
01 SEC

Activities of "kworkme"

Power Tool error generation with Multi Lingual Entity and Primary key is Guid, maybe not integer will cause error. It seems Translation entity is always use integer as PK

Power Tool generate always generate new menu on first line of AppNavigationProvider.cs

Hi team, I''m doing upgrading from 10.x.x to 13.x.x and get problem with ChatHub.connection.connectionState is undefined now. What I should check to fix this issue? On old version (10.x.x), connectionState is still there

It is also error "Chat is not connected!" when I tested with version 13.1.0 downloaded from website

I have a FK: ProjectSet (plural)

It is FK of an other table:

This is template:

But the output is incorrect: It should be ProjectSet instead of Projects

Could u help to check this issue?

ASP.NET Zero Power Tools: 4.2.0 Visual Studio IDE: Community 2022 (64-bit) Version 17.9.0 AppVersion: Upgrading from 10.3.0 -> 13.1.0

There is an error of TEntity when I did generate an entity. How can I fix it? For now, I can fix by add datatype (Guid) to code like below, but I have to do that everytime do generation. Is there other way better to fix? IRepository<Project> repository, -> IRepository<Project, Guid> repository,

ASP.NET Zero Power Tools: 4.2.0 Visual Studio IDE: Community 2022 (64-bit) Version 17.9.0 AppVersion: Upgrading from 10.3.0 -> 13.1.0

There are some error when I try to regenerate some entities with Multi-lingual

Navigation Properties: The class is unable to find, but it is stil on partial class of entity where I put class xxxTranslation When I click ok to open generator and go to tab Navigate Properties. It doesn't show the Display Property. It is happen almost on Translation classes, sometimes it happen with classes doesn't have string field too,

Sometimes, it show error when generate entity

Another issue:

How can we fix it? I want to attach json file so you can check it, but I dont find button to attach json

I am using AbpSession.UserId inside EF Core filter. However, I am trying to use impersonation with AbpSession.Use, but with no luck.

My current understanding is that EF Core filters are created at start of session. UserId gets read and stored in the filter at that time. When I use AbpSession.Use(2,2) method, I can see AbpSession.UserId is updated. However, it would seem EF Core filter does not re-retrieve the UserId.

How can I make EF Core filters update with the most recent UserId?

Hi,

Is there a way to make default tenant settings, or "seed" tenant settings when creating a new one. Especially anything in the administration menu: roles, permissions, visual styles, general settings.

Even better would be if there would be a way to transfer some of these administrated by the host and not the tenant - for example, visual settings would be an important such.

Showing 1 to 8 of 8 entries