When I create migration for CMS Kit, EntityId does not appear in the Tags entity of the cms kit.
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.
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
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