abpframework / abp

Open-source web application framework for ASP.NET Core! Offers an opinionated architecture to build enterprise software solutions with best practices on top of the .NET. Provides the fundamental infrastructure, cross-cutting-concern implementations, startup templates, application modules, UI themes, tooling and documentation.
https://abp.io
GNU Lesser General Public License v3.0
12.47k stars 3.36k forks source link

When I create migration for CMS Kit, EntityId does not appear in the Tags entity of the cms kit. #18596

Open emre2038 opened 6 months ago

emre2038 commented 6 months ago

Is there an existing issue for this?

Description

Hi,

When I create migration for CMS Kit, EntityId does not appear in the Tags entity of the cms kit. image

In the shared source code, it appears in the EntityTag in the CMS-Kit module. When I install cmskit with abp-cli, it does not appear. https://github.com/abpframework/abp/blob/dev/modules/cms-kit/src/Volo.CmsKit.Domain/Volo/CmsKit/Tags/EntityTag.cs

What is your suggestion?

Reproduction Steps

No response

Expected behavior

No response

Actual behavior

No response

Regression?

No response

Known Workarounds

No response

Version

7.4.4

User Interface

MVC

Database Provider

EF Core (Default)

Tiered or separate authentication server

None (Default)

Operation System

Windows (Default)

Other information

No response

maliming commented 6 months ago

hi

EntityId does not appear in the Tags entity of the cms kit.

There is no EntityId property io the Tag entity.

https://github.com/abpframework/abp/blob/dev/modules/cms-kit/src/Volo.CmsKit.Domain/Volo/CmsKit/Tags/Tag.cs#L9-L17

https://github.com/abpframework/abp/blob/dev/modules/cms-kit/src/Volo.CmsKit.EntityFrameworkCore/Volo/CmsKit/EntityFrameworkCore/CmsKitDbContextModelCreatingExtensions.cs#L120-L135