OrchardCMS / OrchardCore

Orchard Core is an open-source modular and multi-tenant application framework built with ASP.NET Core, and a content management system (CMS) built on top of that framework.
https://orchardcore.net
BSD 3-Clause "New" or "Revised" License
7.45k stars 2.4k forks source link

Template content validation #16944

Closed sarahelsaig closed 2 weeks ago

sarahelsaig commented 3 weeks ago

Fixes #16943

Piedone commented 2 weeks ago

Can this be merged, or are you waiting for anything, @hishamco? If it can, please merge.

sebastienros commented 2 weeks ago

Modules should not reference modules. To remove the dependency use a route name. And if the module/feature is not enabled it could create an issue, so maybe check it first. Or just point to the documentation.

hishamco commented 2 weeks ago

Oops, I didn't notice that because the path did not contain Modules, let me revise this again and remove the module reference