Hello,
I created a new solution from APB Suite platform with choosing Public Web Site and Cms-Kit. We tried Cms-Kit and we want use it in our project. But, I noticed that TenantId couldn't be created when we insert data to MenuItem entity from Cms -> Menu CRUD view. When I research source code in Volo.CmsKit solution, I thougth that TenantId wasn't set in MenuItem.cs. But this problem has only MenuItem entity, not a Page, Blog or others entities. Will there be an improvement for this issue? Can you help us about this problem?
Thanks, Check the docs before asking a question: https://docs.abp.io/en/commercial/latest/ Check the samples, to see the basic tasks: https://docs.abp.io/en/commercial/latest/samples/index The exact solution to your question may have been answered before, please use the search on the homepage.
If you're creating a bug/problem report, please include followings:
- ABP Framework version: v4.4.2
- UI type: MVC
- DB provider: EF Core
- Tiered (MVC) or Identity Server Separated (Angular): yes / no
- Exception message and stack trace:
- Steps to reproduce the issue:"
3 Answer(s)
-
0
Hi @ElifKaya
Firstly we decided to make MenuItem without multi-tenancy, but now it has multi-tenantcy support but there is a missing implementation. So that is a bug, You can track #10114
Hi @enisn,
We pull the CMS kit from the ABP Suite and we use it as a module in our project. When will the fixed version be released? Will it published in the next version?
Thanks
-
0
It's published with
v4.3.3
, if you update to this version, you'll see TenantId will be set properly.