commit
043f8d07de
@ -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;
|
||||
|
||||
|
@ -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 )
|
||||
|
Reference in New Issue
Block a user