diff --git a/Oqtane.Server/Repository/ModuleDefinitionRepository.cs b/Oqtane.Server/Repository/ModuleDefinitionRepository.cs index 8ec43e6e..c9e2bdc8 100644 --- a/Oqtane.Server/Repository/ModuleDefinitionRepository.cs +++ b/Oqtane.Server/Repository/ModuleDefinitionRepository.cs @@ -194,6 +194,7 @@ namespace Oqtane.Repository // Check if type should be ignored if (modulecontroltype.Name == "ModuleBase" || modulecontroltype.IsGenericType + || modulecontroltype.IsAbstract || Attribute.IsDefined(modulecontroltype, typeof(OqtaneIgnoreAttribute)) ) continue; diff --git a/README.md b/README.md index 15b1222f..5baaef33 100644 --- a/README.md +++ b/README.md @@ -22,7 +22,7 @@ Please note that this project is governed by the **[.NET Foundation Contributor # Roadmap This project is a work in progress and the schedule for implementing enhancements is dependent upon the availability of community members who are willing/able to assist. -Note: We are planning to release V1 at the same time that Blazor WebAssembly ships on May 21, 2020 +Note: We are planning to release V1 at the same time that Blazor WebAssembly ships on May 19, 2020 V1 (MVP) - [x] Multi-Tenant ( Shared Database & Isolated Database )