fix #1628 - make DBContext Transient, modify Control Panel to use standard Bootstrap 5 offcanvas classes, add auto trimming to file logger, fix issue in File Repository related to populating Url on Add/Update.
This commit is contained in:
		| @ -35,8 +35,8 @@ namespace Microsoft.Extensions.DependencyInjection | ||||
|  | ||||
|         public static IServiceCollection AddOqtaneDbContext(this IServiceCollection services) | ||||
|         { | ||||
|             services.AddDbContext<MasterDBContext>(options => { }); | ||||
|             services.AddDbContext<TenantDBContext>(options => { }); | ||||
|             services.AddDbContext<MasterDBContext>(options => { }, ServiceLifetime.Transient); | ||||
|             services.AddDbContext<TenantDBContext>(options => { }, ServiceLifetime.Transient); | ||||
|  | ||||
|             return services; | ||||
|         } | ||||
|  | ||||
		Reference in New Issue
	
	Block a user
	 Shaun Walker
					Shaun Walker