andy
andy
… content on the placement file fix #12071
### Describe the bug Read the title
It fixes this error: The resource cannot be found. Description: HTTP 404. The resource you are looking for (or one of its dependencies) could have been removed, had its name...
``` ArgumentException: Value cannot be null or empty. (Parameter 'url') Microsoft.AspNetCore.Mvc.ControllerBase.Redirect(string url) StatCan.OrchardCore.EmailTemplates.Controllers.EmailTemplateController.SendEmail(SendEmailTemplateViewModel model, string returnUrl) in EmailTemplateController.cs + return Redirect(returnUrl); Microsoft.AspNetCore.Mvc.Infrastructure.ActionMethodExecutor+TaskOfIActionResultExecutor.Execute(IActionResultTypeMapper mapper, ObjectMethodExecutor executor, object controller, object[] arguments) System.Threading.Tasks.ValueTask.get_Result()...
Adjust the location of files to make OrchardCore.ContentManagement.Abstractions thin
we can consider this lib: https://github.com/jcoutch/NCrontab-Advanced/commits/master #1711 #2528
### Is your feature request related to a problem? Please describe A clear and concise logic and code reuse. ### Describe the solution you'd like Move more common interface (classes)...