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

Mvc projede cms kit #18884

Open eemogz opened 5 months ago

eemogz commented 5 months ago

Is there an existing issue for this?

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

enisn commented 4 months ago

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