OqtaneIgnore implementation to theme elements

This commit is contained in:
Pavel Vesely
2020-05-29 16:09:27 +02:00
parent ee3a4d1624
commit 58d97dd731
3 changed files with 8 additions and 2 deletions

View File

@ -195,7 +195,7 @@ namespace Oqtane.Repository
if (modulecontroltype.Name == "ModuleBase"
|| modulecontroltype.IsGenericType
|| modulecontroltype.IsAbstract
|| Attribute.IsDefined(modulecontroltype, typeof(OqtaneIgnoreAttribute))
|| modulecontroltype.IsOqtaneIgnore()
) continue;
string moduleNamespace = modulecontroltype.Namespace;