abp icon indicating copy to clipboard operation
abp copied to clipboard

Mvc projede cms kit

Open eemogz opened this issue 1 year ago • 1 comments

Is there an existing issue for this?

  • [X] I have searched the existing issues

Description

Mvc projede cms kiti kaynak kodu ile eklemeye çalışınca kodları ve end pointleri getiriyor ancak aside kısmına cms adında bir menü eklemiyor ve cms modülünün sayfalarını göstermiyor.

Uygulanan CLI kodları : abp new MyCmsTestApp -t app -csf cd MyCmsTestApp abp add-module Volo.CmsKit --with-source-code --add-to-solution-file --skip-db-migrations

aside EndPoint

Reproduction Steps

No response

Expected behavior

No response

Actual behavior

No response

Regression?

No response

Known Workarounds

No response

Version

8.0.1

User Interface

MVC

Database Provider

EF Core (Default)

Tiered or separate authentication server

None (Default)

Operation System

Windows (Default)

Other information

No response

eemogz avatar Jan 29 '24 15:01 eemogz

Did you enabled CMS Kit Global Feature in the code?

GlobalFeatureManager.Instance.Modules.CmsKit(cmsKit =>
{
    cmsKit.EnableAll();
});

https://docs.abp.io/en/abp/latest/Modules/Cms-Kit/Index#how-to-install

enisn avatar Feb 20 '24 08:02 enisn