Merge pull request #574 from chlupac/OqtaneIgnore

OqtaneIgnore implementation fix
This commit is contained in:
Shaun Walker
2020-06-01 14:58:04 -04:00
committed by GitHub
7 changed files with 12 additions and 14 deletions

View File

@ -50,10 +50,7 @@ namespace Oqtane.Repository
foreach (Type themeControlType in themeControlTypes)
{
// Check if type should be ignored
if (themeControlType.Name == "ThemeBase"
|| themeControlType.IsGenericType
|| themeControlType.IsAbstract
|| themeControlType.IsOqtaneIgnore()
if (themeControlType.IsOqtaneIgnore()
) continue;
// create namespace root typename