Andy Butland
Andy Butland
@copilot - please revert the last commit
@copilot 1. Can you put the using `Microsoft.AspNetCore.Http` you have added in `GetStatusRedirectUrlManagementController.cs` `SetStatusRedirectUrlManagementController.cs` in the right place such that usings are in alphabetical order? 2. There are more duplicated...
@copilot Please review a few things: 1. Are there any management API controllers in the `\src\Umbraco.Cms.Api.Management\Controllers\` folder that don't have a `EndpointSummary` and a `EndpointDescription` attribute? 2. Are there any...
@copilot - please add the missing `EndpointSummary` and `EndpointDescription` attributes with descriptions according to the original instructions, for these 7 HTTP methods that don't currently have them. - HealthCheck/Group/ByNameHealthCheckGroupController.cs -...
@copilot - some of the descriptions added have redundant or incorrect words or phrases. For example, "Gets a paginated collection of all user groups with support for skip and take...
@copilot - from the last comment, please revert updates 3 and 4, i.e.: - Simplified "with the configuration specified in the request model" → "from the request" (19 Create controllers)...
Anything useful in your console at this point @AaronSadlerUK? Just looking at the code, seems we have a `console.log` statement just before this default "unexpected error" message is displayed. So...
Fixed via https://github.com/umbraco/Umbraco-CMS/pull/19878 for 16.2.
Fixed via https://github.com/umbraco/Umbraco-CMS/pull/19698 for 16.2.
I came across this when looking into another issue, so just wanted to add a further finding that there maybe some conversion missing between the local time entered via the...