Duane Gibbs
Duane Gibbs
### Which *exact* Umbraco version are you using? For example: 9.0.1 - don't just write v9 10.0.1 ### Bug summary Setting `ExternalSignInAutoLinkOptions` `autoLinkExternalAccount` property to `true` and signing in throws...
### Prerequisites - [x] I have added steps to test this contribution in the description below This PR fixes: https://github.com/umbraco/Umbraco-CMS/issues/12670 ### Description There is an issue when using the 'auto-linking'...
IVirtualPageController is not setting the Umbraco context PublishedRequest content via FindContent
### Which *exact* Umbraco version are you using? For example: 9.0.1 - don't just write v9 10.1.0 ### Bug summary `IVirtualPageController` is setting up the `UmbracoRouteValues` object with the content...
**Description** When using `InjectionOptions` to prevent CSV injection we're finding that string fields are being escaped as expected, however this is also being applied to numeric based fields where no...