abp icon indicating copy to clipboard operation
abp copied to clipboard

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

Open emre2038 opened this issue 2 years ago • 2 comments

Is there an existing issue for this?

  • [X] I have searched the existing issues

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

emre2038 avatar Dec 26 '23 16:12 emre2038

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

maliming avatar Dec 27 '23 01:12 maliming