rjpowers10
rjpowers10
### Is there an existing issue for this? - [X] I have searched the existing issues ### Is your feature request related to a problem? Please describe the problem. I...
### How to reproduce? I can reproduce this with the example at https://alex-d.github.io/Trumbowyg/ 1. Click "View HTML" button 2. Enter an HTML element that is empty 3. Click "View HTML"...
### Describe the bug I'm using ISession.Query to query for a content item. I'm also calling the extension method FirstOrDefaultAsync that takes an IContentManager to ensure that the IContentManager.LoadAsync method...
### Describe the bug Reproduced in plain old Orchard Core 1.8.2 I have two environment variables set in launchSettings.json. 1. OrchardCore__Default__MyEnvVar: DefaultTenantValue 2. OrchardCore__MyEnvVar: OtherTenantValue In a multitenant scenario, I...
I'll preface this by saying I'm by no means an expert on this topic. But SBOM is becoming a hot topic these days in the software world and I'm curious...
I wrote the following query in my Orchard Core site (omitting some details for brevity) ``` // 'published' is a boolean method parameter query.With(c => (published && c.Published) || (!published...
Fixes #12870 Not sure this is the correct fix but it seems to get me what I want. Before, the next button in the pager uses the jsonPath  After,...
### Describe the bug Certain users created in OC 1.8.2 (Newtonsoft.Json) cannot be deserialized in 2.1.6 (System.Text.Json), which can result in a `JsonException` on the user index page. ``` System.Text.Json.JsonException:...
### Describe the bug I'm trying to use a PO file to override some of the built-in .NET DataAnnotation messages, such as "The {0} field is required." This works well...
I noticed that [ResetPasswordController.ResetPassword](https://github.com/OrchardCMS/OrchardCore/blob/7a2e676b44dd1c9070c9b8495e6a6c07aa99c941/src/OrchardCore.Modules/OrchardCore.Users/Controllers/ResetPasswordController.cs#L121) doesn't send a confirmation email. Usually you get an email that says something like "Your password has been changed. If you requested this change then no...